Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mateusfreira/jsdojotreinamento


https://github.com/mateusfreira/jsdojotreinamento

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

jsDojo [![Build Status](https://travis-ci.org/mateusfreira/dojoTreinamento.png?branch=master)](https://travis-ci.org/mateusfreira/jsDojo) [![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 utilizadas

JavaScript Task Runner(Build)

[](http://gruntjs.com/)

Web stack(No browser required)

[](http://phantomjs.org/)

Behavior-driven development framework

[](http://pivotal.github.io/jasmine/)

Platform

[](http://nodejs.org/)