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

https://github.com/saibatizoku/tantan4

Software para el sistema de manejo acuícola TanTán.
https://github.com/saibatizoku/tantan4

Last synced: about 2 months ago
JSON representation

Software para el sistema de manejo acuícola TanTán.

Awesome Lists containing this project

README

          

Instalación
===========

Es necesario tener nodejs instalado en el sistema.

npm install -g yo
npm install -g bower
npm install -g grunt-cli
npm install -g imagemin

Crear andamiaje de sitio con AngularJS y CornerCouch
----------------------------------------------------

### Instalar clonando el repositorio:
git clone https://github.com/saibatizoku/TanTan4.git
cd TanTan4
npm install
bower install

### Una vez instaladas las dependencias, se puede ejecutar el servidor:
grunt serve