ryonakae / starter-kit

Simple and lightweight boilerplates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter Kit

Overview

  • Simple and lightweight boilerplate of website
  • Launch local server and hot reload
  • Automatically code format

Features

  • HTML: EJS
  • JS: ES2015 (Webpack + Babel)
  • CSS: PostCSS
    • postcss-import
    • postcss-preset-env
    • csswring
  • Linter and formatter:
    • ESLint: Based on eslint-config-standard, and Prettier
    • stylelint: Based on stylelint-config-standard, and Prettier

Install

$ sh install.sh directory-you-want-to-copy

Usage

Setup

$ yarn install

Develop

$ yarn dev
$ open http://localhost:8080/

Production build

$ yarn build

About

Simple and lightweight boilerplates

License:MIT License


Languages

Language:JavaScript 55.1%Language:CSS 24.8%Language:HTML 18.3%Language:Shell 1.8%