Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 517 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 517 Bytes

Redbeard Admin

Redbeard Admin is an accompaniment to Redbeard and provides an admin UI layer for your Redbeard API.

Install

npm i

Development

Redbeard Admin uses webpack for local development. There area a few dev commands available:

npm run build

This will bundle the project for production usage into /dist/app.js.

npm run dev

This will start a local webpack server at http://localhost:3005 and will watch for any file changes.