Web Starter Kit - a workflow for static websites
Web Starter Kit is a boilerplate for static website development. With this kit, you can start developing.
Feature | Summary |
---|---|
PostCss Support | Autoprefixer Support using Postcss. |
Performance optimization | Minify and concatenate JavaScript, CSS to help keep your pages lean. |
Code Formatting | Formatting source in src directory with stylelint, ESLint, and prettier. |
Built-in HTTP Server | A built-in server for previewing your site locally while you develop and iterate. |
Live Browser Reloading | Reload the browser in real-time anytime an edit is made without the need for an extension. |
Cross-device Synchronization | Synchronize clicks, scrolls, forms and live-reload across multiple devices as you edit your project. Powered by BrowserSync. |
Download the kit or clone this repository and build on your source included in the src directory.
npm install
npm run start
npm run watch
npm run build
npm run format
MIT License Copyright 2020 ohnaka