- Node (version lower than 10.x.x)
- Npm or yarn as package manager
- Eslint extension for your editor
- Install all the modules
npm i
- Add your firebase config to the
src/database/firebase.js
file
The apikey can be found in the settings of your firebase project
https://console.firebase.google.com/u/0/project/{your-project}/settings/general/
The project id is the name of your firebase instance as can be seen on the console when you login.
More information:
- Run the starting command
npm run start
- To run a compiled build
npm run build