Skip to content

LQ1234/ligerbots-carpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Ligerbots carpool app

Built on react & webpack for frontend, nodejs & express for backend. Mysql is the database.

Developing the frontend

Static files (not touched by webpack) in client/static. Source code in client/src.

cd client
npm run start #Starts the dev server (automatically restarts)

Building the frontend

cd client
npm run build #Built files in client/dist (symlink here?)

Running the backend

cd server
node app.js #You'll have to restart manually for changes to take effect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published