npm install
.charting_library
folder from https://github.com/tradingview/charting_library/ to /public
and to /src
folders. The earliest supported version of the Charting Library is 1.12. If you get 404 then you need to request an access to this repository.datafeeds
folder from https://github.com/tradingview/charting_library/ to /public
.npm start
. It will build the project and open a default browser with the Charting Library.Charting Library is a standalone solution for displaying charts. This free, downloadable library is hosted on your servers and is connected to your data feed to be used in your website or app. Learn more and download.
React is a JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations.
$ cat .env
PORT=8080
# Create new google cloud project
gcloud projects create patternscanner --name="Pattern Scanner"
# Change to current project
gcloud app create --project=patternscanner
# Deploy
gcloud app deploy
This project was bootstrapped with Create React App.