- React
- Highchart
- Socket.io
- Jest,Enzyme,sinon
/src/App.js is the main part of program which imports all component.
- AddCard : add a drone
- DeleteCard : remove a drone
- outRangedDrones : show drones with position(x or y) more than 200
npm install
npm start
Also:
npm run build
=>for deploynpm run test
=> for test
docker build -t [name] .
docker run -t -i -p 3000:3000 [name]