Bootstrapped with Create React App.
Install with
npm install
Run the development server with
npm start
Build with
npm run build
Resulting static assets will be stored at build/
and ready to be served.
The Dockerfile
installs, builds and serves the project on a minimal nginx container.