项目作者: skyllo

项目描述 :
Hot reloading starter project with React and Express.
高级语言: JavaScript
项目地址: git://github.com/skyllo/react-hot-express.git
创建时间: 2018-04-29T23:01:46Z
项目社区:https://github.com/skyllo/react-hot-express

开源协议:

下载


react-hot-express

Hot reloading starter project with React and Express.

Dependencies

  • Webpack 4+
  • Babel 7+
  • React 16+
  • React Hot Loader 4+
  • Express 4+
  • Jest + Enzyme
  • Sass
  • MiniCssExtractPlugin
  • ESLint

Commands

Development

  1. yarn dev

Production

  1. yarn build && yarn start

Test

  1. yarn test