BareCMS is an open-source Content Management System with the bare minimal.
- Frontend: React + Vite + TypeScript
- Backend: Golang + SQLite
Work in Progress: The project is under active development and may not be complete.
- Node.js (for frontend development)
- Golang (for backend development)
- Make (for running commands)
Install project
git clone https://github.com/lucasnevespereira/barecms.git
cd barecms
Build and start app with the following command
make serve
Access the application:
Open your browser and visit http://localhost:8080.
MIT License. See the LICENSE file for details.