Go to file
Rifqy Zacky Ariadhy 1a000700e6 Initial commit
2019-01-02 18:39:53 +07:00
assets Initial commit 2019-01-02 18:39:53 +07:00
functions Initial commit 2019-01-02 18:39:53 +07:00
public Initial commit 2019-01-02 18:39:53 +07:00
scripts Initial commit 2019-01-02 18:39:53 +07:00
src Initial commit 2019-01-02 18:39:53 +07:00
.babelrc Initial commit 2019-01-02 18:39:53 +07:00
.editorconfig Initial commit 2019-01-02 18:39:53 +07:00
.gitignore Initial commit 2019-01-02 18:39:53 +07:00
Dockerfile Initial commit 2019-01-02 18:39:53 +07:00
firebase.json Initial commit 2019-01-02 18:39:53 +07:00
jsconfig.json Initial commit 2019-01-02 18:39:53 +07:00
LICENSE Initial commit 2019-01-02 18:39:53 +07:00
package-lock.json Initial commit 2019-01-02 18:39:53 +07:00
package.json Initial commit 2019-01-02 18:39:53 +07:00
README.md Initial commit 2019-01-02 18:39:53 +07:00
webpack.config.js Initial commit 2019-01-02 18:39:53 +07:00
webpack.config.prod.js Initial commit 2019-01-02 18:39:53 +07:00

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