Bulmin is free admin template based on bulma.
- Install latest LTS version Nodejs in https://nodejs.org/en/download/
- Install php 7 required if you wanna run localserver
- Install all dependencies with:
npm Install
- Run localserver with:
npm run dev
- Build project with:
npm run build
- Watch build with:
npm run watch-build
- Your pull request are very welcome