kylekwong / postcard-create

Angular app skeleton to be forked and used for training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Angular app skeleton to be forked and used for training


Languages

Language:JavaScript 80.3%Language:HTML 18.8%Language:CSS 0.8%