| description | Installing React |
|---|---|
| keywords | react, react.js, js |
| title | Installing React |
| toc_max | 4 |
- JSX
- ES6
- JS
- Node
- Yarn
- Webpack
You can use painless cli getreact cli . It's maintained by @code4mk .
# use our cli
getreact new
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildindex.htmlThis is your index filesrcis your playing field .