An awesome template to create beautiful website. The template does not contains behaviour action handling using JavaScript frameworks.
A blog post explaining the process can be found on wweb.dev
It uses:
- SCSS with linting and autoprefixer
- JavaScript with webpack using babel and linting
- minifying images
- html partials and minify with post-html
- browser-sync
The compiled files will go to the directory "/dist"
- from
src/scsstodist/index.css - from
src/jstodist/bundle.js - from
src/viewstodist/ - from
src/imagestodist/images
Please make sure you have nodeJs installed on your system for using the npm command
- Install dependencies
npm install
- Build resources
npm run build
- Watch for changes
npm run watch
Integrates smoothly with netlify:
https://static-website-template.netlify.com/
Note: You can add your own components based on your project requirement created by Vincent Will