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
- Host: GitHub
- URL: https://github.com/alvarogarcia7/javascript-simple-sessions
- Owner: alvarogarcia7
- Created: 2016-11-17T19:33:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T09:51:10.000Z (about 8 years ago)
- Last Synced: 2025-02-28T09:24:23.369Z (7 months ago)
- Topics: eslint, exploration, grunt, javascript, js, learning, learning-by-doing, sandbox
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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