IS4300 - Felicia Zhang, Jenn Der, Willa Shiomos
A meal planning application
to run locally: yarn && yarn start
to deploy: yarn run build
yarn run deploy
you might need to install gatsby if those don't work
DO NOT COMMIT A PACKAGE-LOCK! YARN ONLY
pages:
Each individual page on the app (ex grocery list, meal plan, recipes). They are all wrapped in the same layout with a nav and header.
components:
Individual parts of pages, and reusable bits
When adding a new component, remember to export it from the ./components/index.js
file
state:
Actions and reducers for the redux store
Global styles and css constants are in src/components/layout.css