Skip to content

Tabares/tabares.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-example-webpack-babel

Creating the wepack config.......

$ npm i webpack -S
$ touch webpack.config.js
$ ./node_modules/.bin/webpack -d
$ webpack -d
$ webpack -d --watch

Setting up Babel-loader

$ npm i babel-loader babel-preset-es2015 babel-preset-react -S
$ touch .babelrc

Adding React

$ npm i react react-dom -S

How to run and build

$ npm install
$ npm run build
$ npm run dev

About

My profile page :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors