Lets get started with 3 simple steps:
- Cloning the repository:The command below will create a folder "react-pwa" relative to your current directory
git clone https://github.com/Atyantik/react-pwa.git
- Moving to the repository & installing dependencies:
cd react-pwa && npm install
- Running the boilerplate:
npm start
Visit http://localhost:3003 to see the boilerplate in action!