Used cra template cra-template-typestyled
- Docker
- npm
docker-compose up -d --build
The app will be available at localhost:3000
Kill the service with docker-compose stop
docker-compose -f docker-compose.prod.yml up -d --build
Creates an optimised production build available at localhost:1337
User docker-compose -f docker-compose.prod.yml stop
to stop.