/react.web.wentout

Primary LanguageJavaScriptOtherNOASSERTION

Technologies

  • React (v16) + Redux (v3) + React Router (v4)
  • Express.js (v4) as production and development server
  • Webpack 4 (production and development configurations)
  • SCSS support
  • ES2017+

Features

  • preconfigured router
  • preconfigured modal windows
  • preconfigured eslint and Prettier code formatter
  • React Hot Loader
  • Linux/MacOS/Windows

Scripts

# run development mode
npm run dev

# run production mode
npm run build
npm start

# run prettier
npm run prettier

# run lint
npm run lint

# run on a different port
HTTP_PORT=3001 npm run dev