This is a really simple project that shows the usage of Next.js with ChartJS on top of Jest, React and AG grid for table
First, run the development server:
yarn install
To test the project
yarn test
To Run the project
yarn dev
Project will run in browser
http://localhost:3000/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.