Inicio del README instrucciones de instalacion.
Para iniciar el desarrollo debes tener las siguientes dependencias:
git clone git@github.com:SparedRay/chatapp3.gital repositorio- cd al nuevo directorio
npm installbower install
ember server- Prueba la aplicacion en http://localhost:4200.
prueba los generadores con ember help generate
ember testember test --server
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.