Skip to content

Frannca/angular-seed

Repository files navigation

Angular Seed

The easiest way to start a new Angular project

Getting started

Fork or clone this repository to start using it.

  1. Install npm packages: npm install
  2. Run ng serve for a dev server
  3. Navigate to http://localhost:4200/
  4. The app will automatically reload if you change any of the source files

Developing

This project uses angular folder structure that uses commitlint to check if the commits messages meet the Conventional Commits.

The commit message pattern:

type(scope?): subject  #scope is optional

Types list:

  • feat: Adds a new feature
  • fix: Solves a bug
  • chore: Other changes that don't modify src or test files
  • docs: Adds or alters documentation
  • style: Improves formatting, white-space
  • refactor: Rewrites code without feature, performance or bug changes
  • perf: Improves performance
  • test: Adds or modifies tests
  • build: Affects the build system or external dependencies
  • ci: Changes CI configuration files and scripts
  • revert: Reverts a previous commit

Licensing

The code in this project is licensed under MIT license.

About

The easiest way to start a new Angular project.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published