Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 734 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 734 Bytes

postcard-create

Angular app skeleton to be forked and used for training.

Dependencies

All dependencies are managed through npm, so you only need to run:

$ npm i

Running

This app uses Beefy as a development server that serves up public/index.html and compiles the Javascript through Browserify on the fly so it's easy to make changes and see the results during development. To start the server, just run:

$ npm start

Testing

This app uses Karma as a test runner, and it uses Mocha as the testing framework. To run the tests, just run:

$ npm test