The code from Tyler McGinnis' ReactJS Fundamentals course.
|
|
il y a 9 ans | |
|---|---|---|
| app | il y a 9 ans | |
| public | il y a 9 ans | |
| .babelrc | il y a 9 ans | |
| .gitignore | il y a 9 ans | |
| README.md | il y a 9 ans | |
| package.json | il y a 9 ans | |
| webpack.config.js | il y a 9 ans |
babel-preset-react: JSX transpiler
npm install --save \ react \ react-dom && \ npm install --save-dev \ html-webpack-plugin \ webpack \ webpack-dev-server \ babel-{core,loader} \ babel-preset-react
https://github.com/ReactjsProgram/react-fundamentals-curriculum