Built on react & webpack for frontend, nodejs & express for backend. Mysql is the database.
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)
cd client
npm run build #Built files in client/dist (symlink here?)
cd server
node app.js #You'll have to restart manually for changes to take effect