https://github.com/rincedd/jsnotes
Just a few notes about JavaScript
https://github.com/rincedd/jsnotes
Last synced: 9 months ago
JSON representation
Just a few notes about JavaScript
- Host: GitHub
- URL: https://github.com/rincedd/jsnotes
- Owner: rincedd
- Created: 2014-03-09T14:04:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T17:10:40.000Z (over 12 years ago)
- Last Synced: 2023-03-11T07:32:45.372Z (over 3 years ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just a few notes on the basics of JavaScript.
To get things running:
1. make sure you have NodeJS installed on your machine
2. run `npm install`
3. run `grunt doc`
4. run `node app.js`
5. open a browser and go to http://localhost:3000
If you get an error message in step 3, make sure you have `grunt-cli` installed
globally by running `npm install -g grunt-cli`.