a project for building the new UI of kyberia.sk
Extends create-react-app
- get code: clone repo and install deps
yarn
ornpm install
- run:
npm start
- build:
npm run build
- test:
npm test
- build container
docker build -t kyberia-client --build-arg REACT_APP_BACKEND_URL=http://example.com/ .
- run compiled app
docker run --rm -it -p 80:9000 kyberia-client