This is the repo for the exercise project to be developed in Shanghai team's Modern Mobile Development course
Please install the following tools for this project. The latest version should be fine unless specific version is listed.
- git
- Yarn
- Webstorm (or any editor you preferred for js development)
Use git to clone this project into a folder. Then in this folder, run the command below in order.
- Install all dependencies by
yarn - Run all unit tests and start the project by
gulp - Make sure the api project is started