Technologies
- React
- Typescript
- Material UI
- Docker
React application will run on localhost:3000
or 0.0.0.0:3000
Clone repository
git clone https://github.com/mmeerrccyy/arduino-controller-interface.git
cd arduino-controller-interface/
Without Docker
Install Node (v16) and yarn.
yarn install
yarn start
With Docker
Install Docker and docker-compose (Node and yarn not required).
docker-compose up
or
docker-compose -f docker-compose.yml up
run in background
docker-compose up -d
or
docker-compose -f docker-compose.yml up -d