Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 293 Bytes

React Webpack Configuration

General Configuration of webpack for react applications, include:

  • Standard Tslint configuration.
  • Babel presets (es2015,stage-0,react).
  • Hot Loader.
  • Webpack Dev Server.

Installation Notes

  • Install dependencies: npm install
  • Run server with: npm start