Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 636 Bytes

DEVELOPMENT.md

File metadata and controls

23 lines (13 loc) · 636 Bytes

Dev with WPHC

Now that the installation is done, make sure the project is running

Dev Server

live reload in memory (no files are dumped in www folder)

npm start

Open http://localhost:8080/webpack-dev-server/ in Chrome (the only browser supported) and check if everything run as expected.

You should see this:

image

If you do not please reach us on Gitter


Now that the app is working on your browser we can start building on iOS & Android!