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