The Hackathon Dashboard System.
npm install
node server
- Open file
public/js/app.js
- Change variable
STAGING_MODE
fromdev
toprod
- Build Project (Next Section)
edit config.js:
module.exports = {
// Port
port: YOUR PORT HERE (DEFAULT IS 3000)
};
npm install
gulp build
Crossed items are deprecated.
- Setting up the framework
- Setting up all the routes
- Design all the pages
- Start build'em
- [ ]
- Create a gulpfile for building
- [ ]