Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

MICDSRobotics-9911/Rampage9911Website

Repository files navigation

Technomaric5190Website Build Status

This is our website project for Rampage9911

Prerequisites

Setting up and Running the Server

First we must setup the server in order for it to run. First, open up a command window and navigate it to the repository. Run npm install -D then run node index.js to start it. The server shoud now be serving on http://localhost:1200.

The server should start with the message of Server started. If it doesn't, try these things:

  • Delete the node_modules folder
  • npm install -D
  • Check your node.js installation

Using Nodemon

To auto-run the server on saving, you may want to use nodemon. Run npm install -g nodemon to install it and run nodemon index.js or npm run live to start live-reloading.

Information

The backend server is written in node.js (index.js). The .ejs files in the /views/pages folder contain the actual pages that are served.

Happy coding!! 💻

About

This is the old website project for Technoramic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •