- Gulp 4 and nodejs 12.20.0 to 16.0.0
- Bulma 0.9.1
- ES6 support
- Alpine JS
- Install Dev Depedencies
npm install- To start development server
npm run dev- Build for production
# build the dist folder
npm run build
# preview the builded files
npx http-server dist