Node CLI for fast react, redux, thunks, react-router boilerplate
npm install -g create-react-app-moth
create-react-app-moth
It will ask for the name of the project
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