This project is intended to be a safe & welcoming space for collaboration. Contributors are expected to adhere to the code of conduct.
Fork & clone the repo running the following command:
git clone git@github.com:<Your-Username>/pwa-boilerplate.gitor clone using HTTP
git clone https://github.com:<Your-Username>/pwa-boilerplateInstall the modules by running
yarn installNow you can create a new branch from master:
git checkout -b my-feature origin/masterYou can use the following development command:
yarn developmentThis will automatically start your project in development mode with hot reload.
It's possible that the service worker offline mode won't work correctly in development mode due to the hot reload plugin.
If you wish to test this functionality, you should run it in production mode:
yarn build && yarn startHave a look at docs, they go into more details on functionality and project's set-up.
When creating a new Pull Request, please ensure that you follow the PR template.