just-create-app
v1.0.2
Published
- A replacement, global command line `react-scripts`. Extended to `react-app-rewired`
Downloads
7
Readme
Just 🚚
- A replacement, global command line
react-scripts
. Extended toreact-app-rewired
This is my local package to help my work, now refactor few parts and publish to a package, some script would not working fine. So if had a wrong way, you could create a issue
Features
- Reduce size of node_modules lowest by deal with react-scripts (~6MB,
react-dom
~ 5MB) 🧜♂️ - Builtin
react-app-rewired
so you can tweakCRA
webpack config 🙏 - Support global config, one file for all projects
- Focus to typescript ( more support, more feat )
- Command major:
just
equal tojust start
- Backyard working by
create-react-app
,react-scripts
andreact-app-rewired
- Future focus 🚀
Install
npm install just-create-app -g
or
yarn global add just-create-app
Commands
Here is a list of all the available commands
just
- equal tojust start
just start
- runs the app in development modejust build
- builds the app for productionjust create <dir>
-create-react-app
under the hood, just removereact-scripts
dependencyjust test
- currently "test" has not supported yet
Contribute
Welcome to my party 🤰