Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (26 loc) · 949 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 949 Bytes

AEI App

Build Status

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:

Getting started

Installation:

Install dependencies using package manager

$ yarn

The command will install all dependencies.

Running project

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.

Testing

yarn test

Runs the test watcher in an interactive mode. By default, runs tests related to files changes since the last commit.