All Projects → ianrose → Deventy

ianrose / Deventy

Licence: mit
A minimal 11ty starting point for building static websites with modern tools.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Deventy

Webpack Es6 Sass Setup
A basic setup for Webpack with ES6, Babel, Sass and stylelint
Stars: ✭ 63 (-59.87%)
Mutual labels:  webpack, autoprefixer, sass, postcss
Frasco
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.
Stars: ✭ 123 (-21.66%)
Mutual labels:  webpack, autoprefixer, sass, postcss
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (-58.6%)
Mutual labels:  webpack, autoprefixer, sass, postcss
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+940.13%)
Mutual labels:  webpack, sass, postcss
Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (-19.75%)
Mutual labels:  autoprefixer, sass, postcss
Jamstack Web Starter
Static website workflow utilising Eleventy, Tailwind CSS, Webpack and PostCSS.
Stars: ✭ 198 (+26.11%)
Mutual labels:  webpack, static-site-generator, postcss
Vanilla Back To Top
Simple and smooth Back To Top button
Stars: ✭ 179 (+14.01%)
Mutual labels:  autoprefixer, static-site-generator, postcss
Dev Toolkit
Universal Development Toolkit for Javascript People
Stars: ✭ 134 (-14.65%)
Mutual labels:  webpack, autoprefixer, sass
Kit
ReactQL starter kit (use the CLI)
Stars: ✭ 232 (+47.77%)
Mutual labels:  webpack, sass, postcss
Webpack Encore
A simple but powerful API for processing & compiling assets built around Webpack
Stars: ✭ 1,975 (+1157.96%)
Mutual labels:  webpack, sass, postcss
Kratos Boilerplate
🔥 A simple boilerplate for creating statics PWA using Webpack, Pug, PostCSS and CSS Modules
Stars: ✭ 308 (+96.18%)
Mutual labels:  webpack, sass, postcss
Naomi
Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Stars: ✭ 544 (+246.5%)
Mutual labels:  webpack, sass, postcss
Reset Css
An unmodified* copy of Eric Meyer's CSS reset. PostCSS, webpack, Sass, and Less friendly.
Stars: ✭ 244 (+55.41%)
Mutual labels:  webpack, sass, postcss
Frontend Webpack Boilerplate
Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.
Stars: ✭ 242 (+54.14%)
Mutual labels:  webpack, sass, postcss
Generator Kittn
The Yeoman Kittn Generator
Stars: ✭ 63 (-59.87%)
Mutual labels:  webpack, sass, postcss
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+1067.52%)
Mutual labels:  webpack, sass, postcss
Php Sf Flex Webpack Encore Vuejs
A simple app skeleton to try to make every components work together : symfony 4 (latest stable at the date, but work with sf 3.3+ if you just change the versions in composer.json), symfony/flex, webpack-encore, vuejs 2.5.x, boostrap 4 sass
Stars: ✭ 118 (-24.84%)
Mutual labels:  webpack, sass
Webpack Starter
✨ A lightweight foundation for your next webpack based frontend project.
Stars: ✭ 1,745 (+1011.46%)
Mutual labels:  webpack, sass
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (-19.11%)
Mutual labels:  webpack, postcss
Pychat
webchat via WebSockets/WebRTC that allows messaging/video call/screen sharing
Stars: ✭ 152 (-3.18%)
Mutual labels:  webpack, sass

Deventy

A minimal 11ty starting point for building static websites with modern tools. Preferring the CLI of each development tool, allowing for an easier upgrade path.

Features:

Getting Started

Install all dependencies using npm:

$ nvm use
$ npm install

To Develop

$ npm run dev

And in debug mode:

$ npm run dev:debug

You can view the website at the given access URL:

$ light-server is listening at http://localhost:4000

The local url is configured in .lightserverrc

To Build

npm run build
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].