Skip to content

hacktrackglobal/trackboard-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trackboard Frontend

The Hackathon Dashboard System.

Run

npm install
node server

Moving to Production

  1. Open file public/js/app.js
  2. Change variable STAGING_MODE from dev to prod
  3. Build Project (Next Section)

Configuring default port (for the mock server)

edit config.js:

module.exports = {

    // Port
    port: YOUR PORT HERE (DEFAULT IS 3000)
};

Build

npm install
gulp build

To Do

Crossed items are deprecated.

Important

  • Setting up the framework
  • Setting up all the routes
  • Design all the pages
  • Start build'em

Still important, but only if we have time

  • [ ]

Later

  • Create a gulpfile for building

Trash

  • [ ]

About

The Hackathon Dashboard System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published