I did for see Angular Js state management π
Β· View Demo
This project is basic counter up app via Angular.
This project was developed for improve myself.
Angular | Angular is a platform for building mobile and desktop web applications. |
Commitlint | Send commit messages to conventional commits rules |
SASS | The most mature, stable, and powerful professional grade CSS extension language in the world |
Editorconfig | Helps maintain consistent coding styles for my working on the same project across various editors and IDEs |
Eslint | Find and fix problems in your JavaScript code |
Prettier | An opinionated code formatter |
-
Node (v12.0.0+)
-
Npm (v6.00+)
- Clone this repository
git clone https://github.com/yasinatesim/angular-counter-up.git
- Install the project dependencies
npm install
For Development
npm run serve
App is running on http://localhost:4200
For Production Build & Build Start
npm run build
and
npm start
For Format
npm run format
- Copyright Β© 2021 - MIT License.
See LICENSE
for more information.