https://github.com/gpedro/dojo.js
Coding Dojo Boilerplate for JavaScript
https://github.com/gpedro/dojo.js
Last synced: 5 months ago
JSON representation
Coding Dojo Boilerplate for JavaScript
- Host: GitHub
- URL: https://github.com/gpedro/dojo.js
- Owner: gpedro
- Created: 2014-12-13T00:47:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T13:21:31.000Z (over 9 years ago)
- Last Synced: 2025-04-13T10:11:40.502Z (11 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dojo - dojo.js - Minimalistic boilerplate to start your dojo with Jasmine and Gulp. (Bootstraps and boilerplates)
README
# dojo.js
Minimalistic Coding Dojo Boilerpalte
## How to use?
```
npm install generator-dojo-js -g
dojojs [name] [dir]
```
After generate boilerplate using [generator-dojo-js](https://github.com/gpedro/generator-dojo-js), go to the directory and install its dependencies using `npm install`. To run, type `npm start`.
## Dependencies
* Ava
- - -
🦄