react-mobx-ssr-starter
v0.0.7
Published
[react-mobx-ssr-starter](https://www.npmjs.com/package/react-mobx-ssr-starter) is a boilerplate for web development built via [Node.js](https://nodejs.org/), [Express](http://expressjs.com/), [Mobx](https://github.com/mobxjs/mobx) and [React](https://face
Readme
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
