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.
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.
In order to run react-mobx-ssr-starter follow these steps:
git clone https://github.com/Nazar32/react-mobx-ssr-starter.git
cd react-mobx-ssr-starter
npm i
npm run build:client
npm run build:server
npm start