Simple TODO angular aplication created with help from fountain-JS generator. Main files you would like to look at are
src/index.html
src/index.css
src/app/hello.html
src/app/hello.js
protractor/spec.js
protractor/conf.js
Open directory where you put the app and download necessary packages with
npm install
Start up the server with
npm run serve
Then open your web browser and go to localhost:9000
Package includes one test which tests the language option in the app. Test requires Protractor to be installed. Run it with
protractor protractor/conf.js
Note: The server at localhost:9000
needs to be running in order to successfully complete the test.