nette-angularjs-sandbox
nette-angularjs-sandbox copied to clipboard
Sandbox project using Nette Framework and AngularJS.
Sandbox with Nette Framework & AngularJS
TODO add some basic informations
Install
Project has some system dependencies:
Run install script
Run ./scripts/install.sh
- install Nette Framework via Composer
- install [Angular, jQuery, Bootstrap.css]
- create empty
config.local.neon
Development server
Command ./scripts/web-server.sh
starts the local development server on localhost:3000
and App run on localhost:3000/src/www/
Run e2e tests
Run./scripts/e2e-tests.sh
Note: Before e2e tests starded local development server must run.