Skip to content

ubdd/movisualization_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“½ Movisualization

Data Visualization with Data of Movie API

Getting Started

Prerequisites

Require Description
Git Version control system
Node.js 10.15.3 LTS or above
Yarn Recommend stable version

Install Node, Yarn

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 yarn

In the project root as follows are performed through the .nvmrc

$ nvm use
Found '/Users/user/Github/movisualization/.nvmrc' with version <10.15.3>

Yarn CLIs

Install project

$ nvm use
...
$ yarn

Build project

$ yarn build

Test project

$ yarn test

Start project

$ yarn start

Branch Info

frontend orphan branch of openapi_data_visualization