Example code for setting up a Webpack-buildable React project, using Babel for transpiling down to older JS versions.
 
Go to file
Icedream 46f0747cc5
Initial commit.
Signed-off-by: Carl Kittelberger <icedream@icedream.pw>
2019-04-12 15:00:23 +02:00
src Initial commit. 2019-04-12 15:00:23 +02:00
.babelrc Initial commit. 2019-04-12 15:00:23 +02:00
.eslintrc.json Initial commit. 2019-04-12 15:00:23 +02:00
.gitignore Initial commit. 2019-04-12 15:00:23 +02:00
package.json Initial commit. 2019-04-12 15:00:23 +02:00
webpack.config.babel.js Initial commit. 2019-04-12 15:00:23 +02:00
yarn.lock Initial commit. 2019-04-12 15:00:23 +02:00