Skip to content

cokejoke/react-adminpanel

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published