@philvr/react-template
v0.2.0
Published
A CLI for generating a React app template
Downloads
19
Readme
@philvr/react-template
A CLI for generating a React app template
Instructions
- Install
npm i -g @philvr/react-template
- Create a new project
react-template my-app
cd my-app
npm run start
What's Included
- React, JSX, ES7, Less and optional chaining support
Folder Structure
app
├──node_modules
├──src
│ ├──components
│ │ ├──App.js
│ ├──styles
│ │ ├──index.less
│ ├──index.html
│ └──index.js
├──.babelrc
├──.gitignore
├──package.json
├──README.md
└──webpack.config.js