Skip to content

teddest/angular-bootstrap-starter

Repository files navigation

Boilerplate Angular 9 / Bootstrap 4 / ng-bootstrap 6

Greenkeeper badge Build Status devDependency Status GitHub license

This is just a simple Angular app with all the boilerplate code to get up and running with Bootstrap 4 and ng-bootstrap.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running end-to-end tests

Run npm run cy:e2e to execute the end-to-end tests via Cypress - because Cypress is the shit!

Also, if you want to run your e2e tests in the Electron interactive Test Runner, first start the app with ng serve, then in another terminal run npm run cy:open to open the Electron interactive Test Runner.