Skip to content

alclary/incredifilms_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incredifilms Frontend

React-base mock admin dashboard for SQL DB backend.

Frontend requires a .env file to specify the following environmental variable. Strings should be in doublequotes:

REACT_APP_API_URL={ e.g. http://localhost:3001 }

Developer startup -

  1. npm install
  2. npm start

Production startup

  1. npm install
  2. npm run build
  3. serve build folder via your choice of SPA compatible process manager (pm2 works great)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published