Skip to content

Getting Started

Yash Thakur edited this page Oct 6, 2017 · 2 revisions

1. Get the source code

Just clone react-pwa branch:

$ git clone https://github.com/Atyantik/react-pwa.git  
$ cd react-pwa

2. Install dependencies

$ yarn

3. Run the app

$ yarn start  

It will start the development server with HMR on top of it.

Now you can open http://localhost:3003 in browser and start developing.

Clone this wiki locally