https://github.com/vasanthk/rmurphey-js-assessment
My solns for Rebecca Murphey's JS assessment
https://github.com/vasanthk/rmurphey-js-assessment
Last synced: 19 days ago
JSON representation
My solns for Rebecca Murphey's JS assessment
- Host: GitHub
- URL: https://github.com/vasanthk/rmurphey-js-assessment
- Owner: vasanthk
- Created: 2015-10-31T12:16:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T06:41:00.000Z (over 10 years ago)
- Last Synced: 2025-02-28T03:24:53.961Z (over 1 year ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Rebecca Murphey's JS Assessment](https://github.com/rmurphey/js-assessment)
# My Solutions
You can clone or download this repo. Once you have done so, from the root
directory of the repo, run:
npm install
npm start
You can then view the tests in your browser at
[http://localhost:4444](http://localhost:4444).
You can also run (most of) the tests on the command line:
npm test
You can also edit with live-reload and grunt-watch if that's your thing:
npm install -g grunt-cli
npm install
grunt develop