pareact-cli
v1.0.4
Published
A lightweight quick build simple react cli which is based on parcel
Downloads
4
Readme
About
A lightweight quickly build simple react cli which is based on parcel
If you just want to quickly build a project which support react and sass and without any configurations,you can use this cli.
Prepare
If you never used parcel
npm install -g parcel-bundler
or
yarn global add parcel-bundler
Install
npm install pareact-cli -g
Project Init
pareact init hello