merchant-list Code
Brought to you by:
mkmkm
File | Date | Author | Commit |
---|---|---|---|
config | 2018-06-03 |
![]() |
[9213ab] init merchants |
public | 2018-06-03 |
![]() |
[c433c0] change page title |
scripts | 2018-06-02 |
![]() |
[4751ed] initial commit |
server | 2018-06-03 |
![]() |
[d86b70] add update actions |
src | 2018-06-03 |
![]() |
[d86b70] add update actions |
.env | 2018-06-03 |
![]() |
[9213ab] init merchants |
.gitignore | 2018-06-02 |
![]() |
[4751ed] initial commit |
README.md | 2018-06-03 |
![]() |
[9213ab] init merchants |
package.json | 2018-06-03 |
![]() |
[9213ab] init merchants |
yarn.lock | 2018-06-03 |
![]() |
[9213ab] init merchants |
yarn
or npm install
You need to run API server and web app separatly.
For API:
yarn server
for Web App:
yarn start