Skip to content

natevenn/es6-react-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setting up development environment for react and es6

step one

  • npm init

step two

  • npm install react react-dom --save

step three

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

step four

  • touch index.html App.js main.js webpack.config.js
  • assuming babel webpack webpack-dev-server is already installed globally
  • here is the command if its not installed: npm install babel webpack webpack-dev-server -g

step five

  • setup webpack.config.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published