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
git clone https://github.com/sk-rt/static-site-boilerplate-ts.git
cd static-site-boilerplate-ts
yarn install #or npm install
yarn dev
and open https://localhost:8080/
yarn dist