Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 259 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 259 Bytes

es6-react

start commands

mkdir es6-react

cd es6-react

npm init

npm install react react-dom --save

npm install babel-loader babel-core babel-preset-es2015 babel-preset-react

touch index.html App.js main.js webpack.config.js

update files

npm start