Skip to content

ozgursagiroglu/static-website-boilerplate

Repository files navigation

Static Website Boilerplate

Boilerplate to build static website using HTML, Tailwind CSS or CSS and Javascript(ES6)

Features

  • 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

Development

Clone the project

  git clone git@github.com:ozgursagiroglu/static-website-boilerplate.git

Go to the project directory

  cd static-website-boilerplate

Install dependencies

  npm install
  or
  yarn

Start dev server for development

  npm run dev
  or
  yarn dev

Build

After running the code below, you can find your optimized files under the "dist" folder.

  npm run build
  or
  yarn build

Authors

License

MIT

About

Boilerplate to build static website using HTML, Tailwind.CSS or CSS and Javascript(ES6)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors