You'll need your own firebase configurations and API keys to utilize any Firebase data and functions.
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn
-
Start the development server
npm start
-
Generate a full production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve
- Add GraphQL
- Add CMS for blog page
- Create redux custom selector for cart reducer quantity
- Create redux custom selector for total cart price
- Host project to firebase
- Implement SSR
- Add a Live Chat feature
- Persist cart to local storage
- Create dark mode using styled-components