bpainter / cse341-project

Project repository for students to pull from in the beginning of the semester.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS_Template

This application was originally a barebones template of node-js-getting-started provided by Heroku. It has been revised to accomodate the needs of students taking the CSE341 course at BYU-Idaho.

Below are instructions provided by the original Heroku repository:

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork
$ cd cse341-project
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

Project repository for students to pull from in the beginning of the semester.


Languages

Language:JavaScript 59.7%Language:EJS 35.0%Language:CSS 5.2%