create-ez-react-app
v0.0.13
Published
To help you quickly spin up a new React app!
Downloads
2
Readme
create-ez-react-app
To help you spin up a new React app!
To use
Note
You’ll need to have Node 8.10.0 or later on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.
- Install the package globally
npm i create-ez-react-app -g
(package on npm)
- Go to your project root directory
cd ~/Documents/ezcater
or wherever you keep ezcater repos.
- Run the app generator
npx create-ez-react-app my-new-react-app
- Start your new app!
cd my-new-react-app && npm start
Command line options
-t --appTitle
The title of the app. Will appear in a browser as the page title.
-nv --nodeVersion
Sets the version in a .nvmrc
. Defaults to 10.14.1.
--help
Prints out all command line options.
Contributing
Please bump the version and npm publish
. See Ben Jackson to be added as a contributor on NPM.