Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 697 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 697 Bytes

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.