Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 531 Bytes

React-Webpack-ES6-starterPack

It is a bare minimum webpack babel configuration required to use react and es6

This project is compiled by Webpack 4 It uses babel to compile react and ES6 syntax
Yarn was used in the project

The project folder structure

  • dist
    • index.html
    • main.js (Created automatically by webpack)
  • src
    • app.js (Starting point of the project)
  • server
    • server.js (node server to host file)
  • package.json
  • webpack.config.js (Webpack config file)
  • .babelrc (Babel config file)