Skip to content

R3tep/calendar

Repository files navigation

Calendar

This project was generated with Angular CLI version 13.1.2.

🛠 Requirements

Check if you have the same node version as the one from the .nvmrc file. You can check your version with the command node —version. We recommend you to use nvm to handle multiple node versions.

🏃 ‍Getting started

  1. Git clone the project:
git clone https://github.com/R3tep/calendar.git
  1. Install dependencies
cd calendar
npm i
  1. Development server

Run ng serve or npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

  • Run npm run test to execute the unit tests via KARMA.
  • Run npm run test:watch to execute the unit tests in local with Watch option KARMA.

Running lint

  • Run npm run eslint or npm run eslint:fix to lint project with eslint for ts and html files.
  • Run npm run lint:css or npm run lint:css:fix to lint css with stylelint.

Running prettier

  • Run npm run prettier:check to check your code with prettier.
  • Run npm run prettier:write to update your code with the correct prettier format.

📚 Knowledge necessary

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Specific documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published