This is the world's best food App.
- Clone the code from the repo
- Run
npm i
to install packages
- Run
npm run start
to start the app in development mode. - Run
npm run build
to build a production ready static bundle.
- Please complete the tickets you've been assigned
- Use separate branches for each ticket
- Create pull requests for each branch and merge the pull requests into master once it is complete
- Write clean, concise and readable code
- Ensure your code lints cleanly with
npm run lint
- Use material design for components where possible
- Update the README.md with any additional dependancies or setup instructions