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.
- Host: GitHub
- URL: https://github.com/saibatizoku/tantan4
- Owner: saibatizoku
- Created: 2014-10-08T22:35:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T17:31:46.000Z (about 11 years ago)
- Last Synced: 2025-04-08T18:54:26.358Z (6 months ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 imageminCrear 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