To list all the packages and libraries used in this project, run the following command:
$ cd crypto-view && npm -g ls --depth==0
This project was bootstrapped with Create React App.
Download and install all of the project dependencies:
-
$ yarn install
In the project directory, run the following command to start the app in development mode:
-
$ yarn start
-
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
To build the app, run the following command:
-
$ yarn build