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

https://github.com/alvarogarcia7/javascript-simple-sessions

Sandbox for practicing and learning javascript through small projects
https://github.com/alvarogarcia7/javascript-simple-sessions

eslint exploration grunt javascript js learning learning-by-doing sandbox

Last synced: 15 days ago
JSON representation

Sandbox for practicing and learning javascript through small projects

Awesome Lists containing this project

README

          

# Javascript simple sessions

This is a sandbox to practice & test javascript

## Running the tests

* `npm run test` will run the tests once
* `grunt test-watch` will run the tests once, then watch your changes
* `grunt test-watch --force` will do the above, but continue even if the tests are red. Might be useful for TDD

## Prerequisites

* npm
* grunt
* The rest of dependencies should come via npm