Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 2.2 KB

README.md

File metadata and controls

69 lines (42 loc) · 2.2 KB

POL

License: MIT npm version npm peer dependency version language

Directory

Background

POL is a website that I personally developed to aggregate various functions as well as focus on various collections in the form of memos. It depends on Angular 12.

Notes: This is just a small thing to do, very immature, welcome your criticism and correction

The goals for this repository are:

  1. Learn the new trendy front-end technology
  2. Share Technology
  3. Technology changes lives

Install

This project uses node and npm. Go check them out if you don't have them locally installed.

$ npm install 
$ ng serve -o // debug

or

$ yarn
$ yarn build
$ yarn start