Skip to content

mazmax89/ReactiveBoilerplate

Repository files navigation

ReactiveBoilerplate

Boilerplate based on React Stack.

This is project using the following technologies:

  • React, React Router and Redux for the frontend
  • Express and Mysql for the backend
  • Sass for styles (using the SCSS syntax)
  • Webpack for compilation with hot-module-replacement and react-hot

Requirements

Running

Production mode:

npm build (create bundle and index.html in build folder) -> npm server (start api server)

Development mode:

npm run start