awesome-react

1.3.0 • Public • Published

awesome-react

Front-end with React@^16.13.0

GitHub package.json version Coverage Status CircleCI

Recommend you use cli to create project create-awesome-react

Installation And Usage

git clone git@github.com:TaylorPzreal/awesome-react.git
 
cd awesome-react
yarn install
 
yarn start # start a dev server 
yarn start-browser # start a dev server and open default browser 
yarn build # build for production 
yarn build-analyse # build and generate a stats.json 
yarn dll # generate DllPlugin 
yarn test # run test 
yarn lint # run lint jsx 
yarn format # format code: .jsx?, .md, .s?css 
yarn server # test build folder, here is dist folder. 

You could config vim as default editor for git commit, just do:

git config --global core.editor "vim"

Features

  • npm init & gitignore
  • File structure
  • commitlint
  • eslint
  • format(prettier)
  • webpack
  • Test
  • Router
  • Common http request and interceptor
  • webpack dll
  • precommit format

Code styles

Problems

More info

MIT License

Copyright (c) 2017-2020 TaylorPzreal

Package Sidebar

Install

npm i awesome-react

Weekly Downloads

5

Version

1.3.0

License

MIT

Unpacked Size

2.99 MB

Total Files

37

Last publish

Collaborators

  • taylorpzreal