Go to file
2019-01-29 19:48:32 +07:00
assets Merge branch 'master' of https://gitlab.com/asacreative/redemption-point/new-frontend-customer-redemption-point 2019-01-28 16:51:12 +07:00
functions Initial commit 2019-01-02 18:39:53 +07:00
public updates 2019-01-28 19:28:16 +07:00
scripts feat: add AutoComplete component 2019-01-29 12:46:49 +07:00
src feat: refresh wallet on buy 2019-01-29 19:48:32 +07:00
.babelrc Initial commit 2019-01-02 18:39:53 +07:00
.editorconfig Initial commit 2019-01-02 18:39:53 +07:00
.env.giift fix: add giift version 2019-01-07 03:55:59 +07:00
.gitignore fix: add giift version 2019-01-07 03:55:59 +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 update: responsive layout stepper 2019-01-29 18:48:41 +07:00
package.json update: responsive layout stepper 2019-01-29 18:48:41 +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