All Projects β†’ seek-oss β†’ Sku

seek-oss / Sku

Licence: mit
Front-end development toolkit

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sku

Front End Guide
πŸ“š Study guide and introduction to the modern front end stack.
Stars: ✭ 14,073 (+3392.06%)
Mutual labels:  webpack, eslint, babel, front-end, css-modules
Seek Style Guide
Living style guide for SEEK, powered by React, webpack, CSS Modules and Less.
Stars: ✭ 302 (-25.06%)
Mutual labels:  webpack, babel, front-end, less, css-modules
Instapack
All-in-one TypeScript and Sass compiler for web applications! πŸ“¦ πŸš€
Stars: ✭ 131 (-67.49%)
Mutual labels:  build-tool, eslint, babel, front-end
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (-59.06%)
Mutual labels:  webpack, eslint, babel, css-modules
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+68.24%)
Mutual labels:  webpack, eslint, babel, css-modules
Braid Design System
Themeable design system for the SEEK Group
Stars: ✭ 888 (+120.35%)
Mutual labels:  webpack, babel, front-end, css-modules
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+305.21%)
Mutual labels:  webpack, eslint, babel, less
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (-66.75%)
Mutual labels:  webpack, eslint, babel, css-modules
React Redux Webpack Starter
Learning react
Stars: ✭ 189 (-53.1%)
Mutual labels:  webpack, eslint, babel
100 Days Of Code Frontend
Curriculum for learning front-end development during #100DaysOfCode.
Stars: ✭ 2,419 (+500.25%)
Mutual labels:  webpack, eslint, front-end
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+4546.9%)
Mutual labels:  webpack, eslint, babel
Typescript Webpack React Redux Boilerplate
React and Redux with TypeScript
Stars: ✭ 182 (-54.84%)
Mutual labels:  webpack, babel, css-modules
Css Modules Typescript Loader
Webpack loader to create TypeScript declarations for CSS Modules
Stars: ✭ 172 (-57.32%)
Mutual labels:  webpack, front-end, css-modules
Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (-11.17%)
Mutual labels:  eslint, babel, css-modules
Express Webpack React Redux Typescript Boilerplate
πŸŽ‰ A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (-61.29%)
Mutual labels:  webpack, eslint, babel
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (-43.18%)
Mutual labels:  webpack, eslint, babel
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (-12.41%)
Mutual labels:  webpack, eslint, babel
Kit
ReactQL starter kit (use the CLI)
Stars: ✭ 232 (-42.43%)
Mutual labels:  webpack, eslint, less
stan
πŸ”¨ Collection of front-end engineering tools
Stars: ✭ 19 (-95.29%)
Mutual labels:  babel, toolkit, build-tool
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (-54.09%)
Mutual labels:  less, eslint, css-modules

npm


sku

Front-end development toolkit, powered by Webpack, Babel, CSS Modules, Less, ESLint, Prettier, Jest, Storybook and Playroom.

Quickly get up and running with a zero-config development environment, or optionally add minimal config when needed. Designed for usage with seek-style-guide, although this isn't a requirement.

This tool is heavily inspired by other work, most notably:

WARNING: While this software is open source, its primary purpose is to improve consistency, cross-team collaboration and code quality at SEEK. As a result, it’s likely that we will introduce more breaking API changes to this project than you’ll find in its alternatives.

Getting Started

Create a new project and start a local development environment:

$ npx sku init my-app
$ cd my-app
$ npm start

Don't have npx?

$ npm install -g npx

Documentation

Contributing

Refer to CONTRIBUTING.md. If you're planning to change the public API, please open a new issue and follow the provided RFC template in the GitHub issue template.

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].