| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Installation dependencies
$ npm installor use yarn
$ npm install -g yarn $ yarn install --pure-lockfile
Start server.
$ npm run dev
# visit http://localhost:8030Submit code
$ git commit -m "xxx" will automatically run npm run lint to check grammar rulesConstruct
$ npm run buildTechnology stack convention
react + react-router-dom + ant-design + rxjs
public: some static resources
src: development home directory
assets: static resources, pictures, etc., refer to webpack
components: common components
pages: subpages, can contain subcomponents
utils: public methods
webpack.config.js: webpack configuration
| Back | FazBrowse Home | New Git URL |