Skip to content

Angular Rise is a starter kit for AngularJS applications structured on a component based architecture

License

Notifications You must be signed in to change notification settings

rafaelcamargo/ng-rise

Repository files navigation

Angular Rise

Angular Rise is a starter kit for AngularJS applications structured on a component based architecture.

CircleCI codecov

Contributing

  1. Install Node. Download the "Recommend for Most Users" version.

  2. Clone the repo:

git clone git@github.com:rafaelcamargo/ng-rise.git
  1. Go to the project directory
cd ng-rise
  1. Install the project dependencies
npm install
  1. If you want just build the project, run:
npm run build
  1. Otherwise, run:
npm run start

The app will be running on http://localhost:4000 and the browser will automatically reload with the changes you make in any source file.

Tests

  1. Ensure that all code that you have added is covered with unit tests:
npm run test

About

Angular Rise is a starter kit for AngularJS applications structured on a component based architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published