lingan233 / idm363-lz435

0 stars 0 forks source link

Please install bootstrap 5, react, & firestore

Run My Project

In order for the site to load properly, you need an env file containing the following variables for a firestore database:

REACT_APP_FIREBASE_API_KEY

REACT_APP_FIREBASE_AUTH_DOMAIN

REACT_APP_FIREBASE_PROJECT_ID

In the project directory, you can run:

npm install

This will download all the required packages to run my project.

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.\ You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!