assets | ||
functions | ||
public | ||
scripts | ||
src | ||
.babelrc | ||
.editorconfig | ||
.gitignore | ||
Dockerfile | ||
firebase.json | ||
jsconfig.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.js | ||
webpack.config.prod.js |
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