Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 527 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 527 Bytes

static-site-boilerplate

Boilerplate for simple web development

  • JavaScript : webpack + TypeScript
  • 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-ts.git
cd static-site-boilerplate-ts
yarn install  #or npm install

Development

yarn dev

and open http://localhost:8080/

Production Build

yarn dist