Basically this project was created to put in practice some technologies together.
If you don't know about somethng I recommend to follow the references.
To Add Firebase to your JavaScript Project create the file .env.development and copy the content from .env.template. So add your keys from firebase.
Install the dependencies
npm installStart the project
npm start-
redux-saga/redux-saga: An alternative side effect model for Redux apps
-
parcel-bundler/parcel: 📦🚀 Blazing fast, zero configuration web application bundler
-
mweststrate/immer: Create the next immutable state by mutating the current one
-
emotion-js/emotion: CSS-in-JS library designed for high performance style composition
- Remove all errors and warnings from
npm run lint