Clancraft Army Manager is a Web application built using Vue/Tailwind CSS and Express.js to display, manage, and edit armies of states that are in the game "Clancraft" made for the server 7GCraft. The app features the ability to add and generate units, edit them, as well as editing their different values. It also includes a unit list that displays all the unit types that are available in the game at the moment. It has a simple backend using express.js that is responsible for storing and retrieving the army data responsible for every state.
npm install
npm run serve
npm run build
npm run serve-prod