Bootstrapped with Create React App.
Set the environment variables in .env.development
depending on your settings. .env.production
contains the values to be passed during build time.
Install with npm install
and 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. When running with Docker, don't forget to pass the environment variables SERVER_URL
and REPOSITORY_URL
.