- Installed Packages 📦
- Clone the project
- Configuring Env. Variables 💻
- Installing Dependencies
- Starting the Local Server
- Hosting
- Firebase
- Material UI
- Material Icons
- Sass
- React Router
- ESLint:
- Plugins: React, React-hooks, Prettier, Material-ui
Using git clone https://github.com/Yenniferh/Camp4Everyone.git
Environmental variables must be in a .env plain document in the app/camp4everyone path.
REACT_APP_APIKEY =
REACT_APP_AUTHDOMAIN =
REACT_APP_DATABASEURL =
REACT_APP_PROJECTID =
REACT_APP_MESSAGINGSENDERID =
REACT_APP_APPID =
REACT_APP_MEASUREMENTID =
In app/camp4everyone/ run the following command:
npm install
In app/camp4everyone/ run the following command:
npm start