luarmr / frontend-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Webpack Boilerplate

This boilerplate gives you an SAP with dynamic routing, and has the following features:

• React-Router • MobX state management • CSS Modules • Hot Module Reload • Node Express server • ES6 transpiling with Babel • tools for code quality and testing.

  • React 16.5
  • MobX 5.1
  • Babel 7.1
  • Express 4.16

🛠 Installation

Requirements: Node.js

$ yarn install (with Yarn)

⚙️ Run

Development:

$ yarn run start dev server with hot reloading

Production:

$ yarn run build build files for deployment

$ yarn run start:prod start Express server using build files

About


Languages

Language:JavaScript 98.0%Language:HTML 1.7%Language:CSS 0.4%