sccprogrammingclub / angular-sccprogrammingclub.com

Angular for club's website frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-sccprogrammingclub.com

Angular for club's website.

This repository stores both frontend and backend code. Always work on the frontend

To run the website locally:

Install Angular CLI (npm install -g @angular/cli) Install Node.js (comes with npm - node package manager) Navigate to desired code output directory run git clone https://github.com/sccprogrammingclub/angular-sccprogrammingclub.com.git navigate to frontend directory Run npm install run ng serve

To generate a new component

ng generate component pages/project/WHATEVER

To be continued...

About

Angular for club's website frontend.

License:MIT License


Languages

Language:TypeScript 78.2%Language:HTML 9.7%Language:CSS 9.0%Language:SCSS 1.6%Language:JavaScript 1.5%