Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 436 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 436 Bytes

This is template.

Stack technologies:

  • React 15
  • Webpack 2
  • Redux
  • HMR 3
  • Promises
  • ESLint
  • NPM

Commands

  • Install project: npm i
  • Start project: npm run dev (starting in: http://localhost:8080)
  • Build project: npm run build

Look

  • Add jsx img path: <img src={require("../images/webpack-icon.svg")} alt=""/>
  • Add sass img: background: url("../images/webpack-icon.svg")