A simple project for AEI visualisation
This project is based on create-react-app
project. More information about that you can find using below links:
Install dependencies using package manager
$ yarn
The command will install all dependencies.
yarn start
Runs the app in development mode. It opens http://localhost:3000 automatically.
The page will reload if you make edits. You will see the build errors and lint warnings in the console.
yarn test
Runs the test watcher in an interactive mode. By default, runs tests related to files changes since the last commit.