Install the dependencies and devDependencies and start the server.
$ yarn install
$ yarn start
For production environments...
$ yarn install
$ $ yarn build && yarn generate-sw
Install the dependencies and devDependencies and start the server.
$ yarn install
$ yarn start
For production environments...
$ yarn install
$ $ yarn build && yarn generate-sw