This is a completely stripped down version of CoreUI Free React.js Admin Template, with extraneous pages removed, with the next step being to add nostr functionality.
- Clone the repo:
git clone https://github.com/PrettyGoodFreedomTech/coreui-admin-stripped.git
$ npm installor
$ yarn install# dev server with hot reload at http://localhost:3000
$ npm start or
# dev server with hot reload at http://localhost:3000
$ yarn startNavigate to http://localhost:3000. The app will automatically reload if you change any of the source files.
Run build to build the project. The build artifacts will be stored in the build/ directory.
# build for production with minification
$ npm run buildor
# build for production with minification
$ yarn build