This is the last submission of the Frontend Nano Degree and it is required to create app application from the scratch with webpack, service workers and small express server.
- Copy the url https://github.com/charitha95/travel-planner
- Do a
git clone
with the url. - Run
yarn
in terminal to install modules.
Environment | Command |
---|---|
Webpack Dev | yarn dev |
Node | yarn start |
Test | yarn test |
Prod | yarn prod |