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.
- styles server rendering (scss and css)
- mobx integration with server
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