Skip to content

sk-rt/static-site-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-site-boilerplate

Boilerplate for simple web development, HTML, CSS, JavaScript

  • JavaScript : webpack + Babel
  • CSS : scss + PostCss Autoplefixer (build by webpack)
  • HTML : EJS
  • Local Server : webpack-dev-server
  • Linter/Formatter: eslint/prettier

Setup

git clone https://github.com/sk-rt/static-site-boilerplate.git
cd static-site-boilerplate
yarn install  #or npm install

Development

yarn start

and open http://localhost:8080/

Production Build

yarn dist