To get the frontend running locally:
- Clone this repo
npm install
to install all dependenciesnpm start
to start the local server (this project uses create-react-app)
Build
docker build . -t react-adminpanel
Run
docker run -p 8000:80 react-adminpanel