Skip to content

WHellhaus/Crowd-Sequence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeachHacks Project

Demo Video

Getting Started

Create Local Environment File

touch frontend/.env

Then paste the text below to set the route to point to the local API. In the react application you can access it as REACT_APP_API_URL when you're making API requests

API_URL=http://localhost:8000
# API_URL=

Use the empty API Url before you build the project to point it to the local API for deployment

First Commands

Run the commands below to initialize the API to build the frontend so the API can serve it

mkdir api/templates

cd frontend
npm install
npm run build

About

Repository for beachhacks project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.9%
  • SCSS 17.5%
  • CSS 16.8%
  • Python 8.2%
  • HTML 7.0%
  • Dockerfile 0.6%