D&D 3.5 character management app
Dungeon App
D&D 3.5 character management app.
Build Setup
# Installation
npm install
# Serve with hot reload at localhost:8080
npm run dev
# Build for production with minification
npm run build
# Build for production and view the bundle analyzer report
npm run build --report
# Restart
killall -KILL node && npm run dev