https://github.com/veryaustin/js-review-with-node
Reviewing JS basics through the lens of Node.js
https://github.com/veryaustin/js-review-with-node
expressjs js nodejs nodeunit
Last synced: 2 months ago
JSON representation
Reviewing JS basics through the lens of Node.js
- Host: GitHub
- URL: https://github.com/veryaustin/js-review-with-node
- Owner: veryaustin
- Created: 2017-08-15T23:08:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T23:08:16.000Z (almost 9 years ago)
- Last Synced: 2024-12-30T21:23:57.570Z (over 1 year ago)
- Topics: expressjs, js, nodejs, nodeunit
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Review + NodeJS
A nice refresher of JS concepts through the lens of NodeJS.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
* [NodeJS](https://nodejs.org/en/)
* [NodeUnit](https://github.com/caolan/nodeunit) - For '06_gradebook' project
* [ExpressJS](https://expressjs.com) - For '06_gradebook_web' project
## Running the tests
For '06_gradebook' project:
```
cd 06_gradebook
nodeunit tests
```
## Built With
* [NodeJS](https://nodejs.org/en/) - Asynchronous event driven JavaScript runtime.
* [NodeUnit](https://github.com/caolan/nodeunit) - Easy unit testing in node.js and the browser, base on the assert module.
* [ExpressJS](https://expressjs.com) - Fas, unopinionated, minimalist web framework for Node.js