Data Visualization with Data of Movie API
| Require | Description |
|---|---|
| Git | Version control system |
| Node.js | 10.15.3 LTS or above |
| Yarn | Recommend stable version |
The project manages the version of node through nvm
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
$ command -v nvm
$ nvm use
$ nvm install
$ which node
$ npm install -g yarnIn the project root as follows are performed through the .nvmrc
$ nvm use
Found '/Users/user/Github/movisualization/.nvmrc' with version <10.15.3>
$ nvm use
...
$ yarn$ yarn build$ yarn test$ yarn startfrontend orphan branch of openapi_data_visualization