Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 417 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 417 Bytes

mobx-ssr-example

Server-side rendering with mobx and react-router

#Build and run

npm install
gulp app
node src/index.js

Runs an express server on port 3000


#npm scripts

Start the Webservice that will provide the data on port 3030

npm run mockAPI

build the client side js

npm run build:client

Run the Server for the Frontend on port 3000

npm run start