remember Don't load html file using the file:// protocol If you don't have node installed, follow these steps to get a server running locally.
- clone the repo
git clone https://github.com/UVU-CS4690-2018/grader-aide.git
-
install dependencies
npm install
- run the server
npm start