Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.2 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.2 KB

Camp4Everyone 🏕

Table of Contents

Installed Packages 📦

  • Firebase
  • Material UI
  • Material Icons
  • Sass
  • React Router
  • ESLint:
    • Plugins: React, React-hooks, Prettier, Material-ui

Clone the project

Using git clone https://github.com/Yenniferh/Camp4Everyone.git

Configuring Env. Variables 💻

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 =

Installing Dependencies

In app/camp4everyone/ run the following command:

npm install

Starting the Local Server

In app/camp4everyone/ run the following command:

npm start

Hosting

Camp4Everyone