# clone the repo
$ git clone https://github.com/javadmsd/stock-market.git
# go into app's directory
$ cd stock-market
# install app's dependencies
$ yarn
# dev server with hot reload at http://localhost:3000
$ yarn start
Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.
Run build
to build the project. The build artifacts will be stored in the build/
directory.
# build for production with minification
$ yarn build