roi-itlab / cassandra-premium

2 stars 0 forks source link

Setup Web development environment #14

Open mkuperman opened 7 years ago

mkuperman commented 7 years ago

https://nodejs.org/en/ version 6.9.5

Setup: git clone https://github.com/roi-itlab/web cd web npm install

Test: npm test

End2End test: npm start (run in background) npm run e2e (or just open http://localhost:4200/ and test it manually)