- JQuery
- Twitter Bootstrap
Creating a downloadable Word doc
Storing local data with the browser
- Download and install Node
- Using npm, install the following packages
- Express:
npm install express -g
- Express:
- Clone the GitHub repo to your local machine using your preferred Git client
- Using the command prompt (Node command prompt for Windows), change directory into the cloned Git repo
- Start the NodeJS server with
node main.js - Navigate to
localhost:3000in your favorite browser to view the current webpage - Use a text editor to start working on the Javascript code and refresh the browser
- Restart the NodeJS server only if updating core server code (such as connection requests and similar events)