Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 820 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 820 Bytes

30days-github-stats

Angular Web App. This is to demonstrate the most starred GitHub repositories that were created in the last 30 days. Categories by languages, and framework popularity.

Installation

Run following to install project & Tailwind CSS dependencies:

  1. npm install
  2. npm install -D tailwindcss
  3. npm install @tailwindcss/typography
  4. npm install @tailwindcss/forms

Run server

Run npm start to execute the project.

Development server

This project was generated with Angular CLI version 12.1.3.

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

Build

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