Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusfreira/dojotreinamento
DojoTreinamento
https://github.com/mateusfreira/dojotreinamento
Last synced: 27 days ago
JSON representation
DojoTreinamento
- Host: GitHub
- URL: https://github.com/mateusfreira/dojotreinamento
- Owner: mateusfreira
- Created: 2014-01-27T14:52:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T13:54:56.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T04:45:05.195Z (7 months ago)
- Language: HTML
- Size: 183 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jsDojo [![Build Status](https://travis-ci.org/mateusfreira/dojoTreinamento.png?branch=master)](https://travis-ci.org/mateusfreira/dojoTreinamento) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
======Repositório base coding dojo js
=======
Iniciando o projeto
```shell
npm install grunt-grunticon --save-dev
cd $dir_projeto
npm install
```
Durando o desenvolvimento
```shell
grunt watch```
Rodanto tests
```shell
grunt jasmine```
Validando codigo
```shell
grunt jshint```
======
Tecnologias utilizadasJavaScript Task Runner(Build)
[](http://gruntjs.com/)Web stack(No browser required)
[](http://phantomjs.org/)Behavior-driven development framework
[](https://jasmine.github.io/)Platform
[](http://nodejs.org/)