JoshMilo / staticy

webpack-based static site boilerplate for easy sass and es6 websites!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘· static-site-boilerplate 🚧

static-site-boilerplate is a starting point for creating modern static websites with the following features:

  • Module bundling with webpack
  • Modern ES2015 javascript with babel
  • Even more modern ES2017 features like decorators, object rest spread operator and class properties.
  • CSS with Sass
  • Worlds best JS linting with eslint, using Airbnb's excellent style guide

How to use

Clone this repository and run npm install (or highly recommended: yarn).

npm commands:

  • npm start
    Starts a development server running on localhost:8080. Automatically watches for changes, recompiles and autoreloads πŸ‘

  • npm build
    Builds the entire project, optimizing it along the way. Built files are located in the dist directory.

  • npm run build:dev
    Builds the project, but no optimizations are done.

  • npm run lint
    Lints all files in src, because linting is awesome and helps you produce better code πŸŽ‰

About

webpack-based static site boilerplate for easy sass and es6 websites!

License:MIT License


Languages

Language:JavaScript 66.6%Language:CSS 20.2%Language:HTML 13.2%