An open API service indexing awesome lists of open source software.

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

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