Skip to content

Angular app skeleton to be forked and used for training

Notifications You must be signed in to change notification settings

Luke-Py-Walker/postcard-create

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 81.8%
  • HTML 17.4%
  • CSS 0.8%