Chart app for Telegram Coding Contest
Make sure you have node
installed on your machine
- Install all the dependencies:
npm install
- Start dev server:
npm start
- Start server for es5 browsers:
npm run start:es5
- Build the app for production and serve it:
npm run build
npm run start:build