Code Monkey home page Code Monkey logo

ngx170222's Introduction

Angular Course Class Work Starter

Angular CLI version 12.2.4

Getting Started

After your git clone this repository run:

npm ci --legacy-peer-deps

This will install all of the node_modules and not mess with the package-lock.json file.

DO NOT EVER RUN npm install ON THIS PROJECT

Local Development

Run:

npm start

To start the app and begin development work. The app will launch at http://localhost:4200

Linting project

Run:

npm run lint

If you have errors please fix. You could try autofix with npm run lint:fix

This project use git hooks

Husky improves your commits and more ๐Ÿถ woof!

More information you find on - https://typicode.github.io/husky

Commitlint

Commitlint is used to have a common way of writing commit messages. Conventional Commits extension could help with that.

Basic structure of commit message: type(scope): title

type can be: [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test].

scope is a task number from jira - like AL-9999.

If you use Mac OS please check that you have right access to excute hooks. If need please change

chmod a+x .husky/pre-commit
chmod a+x .husky/commit-msg

ngx170222's People

Contributors

igorn-mwp avatar letto228 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.