react mobx ssr starter

react-mobx-ssr-starter is a boilerplate for web development built via Node.js, Express, Mobx and React, developed using such tools such as Webpack and Babel.

8
0
JavaScript

react-mobx-ssr-starter

react-mobx-ssr-starter is a boilerplate for web
development built via Node.js,
Express, Mobx and
React, developed using such
tools such as Webpack and Babel.

Key features

  • styles server rendering (scss and css)

Todo

  • mobx integration with server

Getting Started

In order to run react-mobx-ssr-starter follow these steps:

  • clone repository git clone https://github.com/Nazar32/react-mobx-ssr-starter.git
  • cd into directory cd react-mobx-ssr-starter
  • install packages npm i
  • build client npm run build:client
  • build server npm run build:server
  • start dev server npm start
  • open localhost:3000 in browser