Boilerplate to build static website using HTML, Tailwind CSS or CSS and Javascript(ES6)
- Build HTML pages with Handlebars, EJS or just as a HTML
- CSS, SCSS or Tailwind CSS support added for styling
- Hot Reload Dev Server
- Prettier & ESLint Configuration
- PWA Supported
Clone the project
git clone git@github.com:ozgursagiroglu/static-website-boilerplate.gitGo to the project directory
cd static-website-boilerplateInstall dependencies
npm install
or
yarnStart dev server for development
npm run dev
or
yarn devAfter running the code below, you can find your optimized files under the "dist" folder.
npm run build
or
yarn build