Procedure for building a local environment.
- clone this repository.
- $ yarn (install)
- $ yarn run development
- $ yarn run mock-server (if you need mock server rather than artie-api server)
Then, open http://localhost:3000/ (mock server is http://localhost:3001)