This is a project for the Midland College Programmers Group. We're using it learn some of the basics of Node.js and Express.
Anyone who would like to use this starter is welcome to use it.
To get the project up and running:
- Clone the project
- CD into the project directory
- Run
npm install - Then run
node app.js- will start the server which will run on localhost:8000, kill the server withcontrol + Cin the terminal - You can also run
nodemon appand the server will restart automatically when any changes are made to the code - "/" is the home route, "/about" will show mock about page, "*" anything else will take you to the error page -- Happy Coding!