Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 349 Bytes

react-adminpanel

Getting started 🔧

To get the frontend running locally:

  • Clone this repo
  • npm install to install all dependencies
  • npm start to start the local server (this project uses create-react-app)

Deployment 🐳

Build

docker build . -t react-adminpanel

Run

docker run -p 8000:80 react-adminpanel