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:
- Learn the new trendy front-end technology
- Share Technology
- Technology changes lives
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