Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 695 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 695 Bytes

Server-Side-React

About Repository

Server-Side-React is ReactJS boilerplate with Redux and server side rendering. The boilerplate containing modern web development tools such as Webpack, Babel and Nodemon.

Quick start

  1. Clone this repo using git clone https://github.com/david-babunashvili/Server-Side-React.git
  2. Move to the appropriate directory: cd Server-Side-React.
  3. Run npm install to install dependencies.
  4. Run npm start to start the development server.
  5. Run npm run build to build production version.
  6. Run npm run serv to run node server.