muhammad-saleh / basic-react-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Basic React App The whole purpose from this repo is to have the basic setup needed to start a react app and aslo to use webpack to transpile es6/7 code

Based on video: https://www.youtube.com/watch?v=HXOoe1VSKpo

Dependencies:

  • React
  • ReactDOM

Dev Dependencies:

  • Babel-core
  • Babel-loader
  • Babel-preset-es2015
  • Babel-stage-0
  • Babel-preset-react
  • Webpack
  • Webpack-dev-server

ToDo:

Get the hot reload feature for webpack-dev-server to work

About


Languages

Language:JavaScript 78.1%Language:HTML 21.9%