/chart-app

Chart App for Telegram Coding Contest

Primary LanguageJavaScript

CHART APP

Netlify Status

Chart app for Telegram Coding Contest

Quick Start

Make sure you have node installed on your machine

  1. Install all the dependencies:
  npm install
  1. Start dev server:
  npm start
  1. Start server for es5 browsers:
  npm run start:es5
  1. Build the app for production and serve it:
  npm run build
  npm run start:build