Skip to content

Latest commit

 

History

History
executable file
·
24 lines (20 loc) · 397 Bytes

README.md

File metadata and controls

executable file
·
24 lines (20 loc) · 397 Bytes

daftcode-react-starter

Features

  • React 16.3
  • ES 6
  • Webpack 4
  • Babel
  • Hot Module Replacement
  • Sass
  • PostCSS (autoprefixer)

Installation

  • git clone https://github.com/mkaczkowski/daftcode-react-starter.git
  • cd daftcode-react-starter
  • npm install

Development

  • npm start
  • open http://localhost:3000/

Production

  • npm build
  • npm serve
  • open http://localhost:5000/