Skip to content

Node CLI for fast react, redux, thunks, react-router boilerplate

License

Notifications You must be signed in to change notification settings

bismarkhenao/create-react-app-moth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create React App Moth

Node CLI for fast react, redux, thunks, react-router boilerplate

Install

npm install -g create-react-app-moth

Run

create-react-app-moth

It will ask for the name of the project

Result

app
|-- node_modules
|--src
  |--index.js
|--.babelrc
|--.editorconfig
|--.eslintrc
|--.gitignore
|--index.html
|--LICENSE
|--package.json
|--server.js
|--webpack.config.js
|--webpack.dev.js
|--webpack.prod.js
|--yarn.lock

After install

npm run development
yarn development

TODO

Testing

Improve CLI, it should also provide some help and option arguments