codeformuskogee / Courtbot_MSK

Courtbot Application and frontend website
1 stars 3 forks source link

Courtbot_MSK

Courtbot Application and frontend website.

How to make simple changes

Main html file is in /views/pages/index.ejs

All css, images, etc, are in the public directory

Viewing your app

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

$ cd /path/to/your/Courtbot_MSK
$ npm install
$ npm start

Your app should now be running on localhost:5000.

More info

A barebones Node.js app using Express 4.

This app is based on Getting Started with Node on Heroku article - check it out.