A project to get people to sign up for March Madness brackets.
git clone [email protected]:n8io/ncaa.git && cd ncaanpm installNODE_ENV=dev npm start
npm run dev(recommended for dev) To validate js code, build assets (unmin'd), watch for changes, start the app and node-inspectornpm run gruntTo build min'd and bundled assetsnpm run jscsTo check your js code against style guidlinesnpm start(recommended for prod) To start the app- http://localhost:3000 To view app