bootstrap-website
Have a great website environment already ready to deploy.
Demo: https://damien-bry.com
Installation
- git clone this.
- Edit all the .mustache/.json in ./src/html and edit the styles in ./src/scss
- test it:
yarn start
- deploy it
yarn deploy
The Stack
Here are the tools used in this project:
- webpack: compile files and serve them in a development server
- mustache: minimalistic templating engine for your landing pages
- sass: CSS pre-processor
- firebase: hosting provided by google cloud platform, free to use until you reach a certain traffic
- skeleton: responsive CSS grid system