11 lines
167 B
Markdown
11 lines
167 B
Markdown
# 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
|