Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 363 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 363 Bytes

file-flow-app

Aplicación web FileFlow

Comenzar a desarrollar

Descargar el repositorio a un ambiente local:

cd $WORKSPACE // Entrar a directorio de trabajo
git clone git@github.com:caiodonascimento/file-flow-app.git file-flow-app
cd file-flow-app

Instalar dependencias:

npm install 

Ejecutar ambiente de desarrollo:

gulp serve