Docker dashboard inspired by the Auth0 blog post using Material UI.
Clone the repository and then run npm install
.
npm start
will start the application in development mode. This will watch for changes on both the server and the client code.
npm run production
will run the webpack production build (webpack -p
) and will not be watching for changes.