All Projects → callmecavs → Outset

callmecavs / Outset

A frontend scaffolding tool.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Outset

Crana
A CLI tool to create React + Node apps with just one command
Stars: ✭ 160 (-6.43%)
Mutual labels:  frontend
Fe Interview
宇宙最强的前端面试指南 (https://lucifer.ren/fe-interview)
Stars: ✭ 2,284 (+1235.67%)
Mutual labels:  frontend
Bttn.css
Awesome buttons for awesome projects!
Stars: ✭ 2,004 (+1071.93%)
Mutual labels:  frontend
Hyperdom
A fast, feature rich and simple framework for building dynamic browser applications.
Stars: ✭ 161 (-5.85%)
Mutual labels:  frontend
Uibench
UI Benchmark
Stars: ✭ 163 (-4.68%)
Mutual labels:  frontend
Stimulus Autocomplete
Stimulus autocomplete component
Stars: ✭ 165 (-3.51%)
Mutual labels:  frontend
Userbase
Create secure and private web apps using only static JavaScript, HTML, and CSS.
Stars: ✭ 2,029 (+1086.55%)
Mutual labels:  frontend
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (+0%)
Mutual labels:  frontend
Meli
Platform for deploying static sites and frontend applications easily. Automatic SSL, deploy previews, reverse proxy, and more.
Stars: ✭ 2,125 (+1142.69%)
Mutual labels:  frontend
Tawian Frontend
A markdowny CSS framework
Stars: ✭ 167 (-2.34%)
Mutual labels:  frontend
Overvue
Prototyping Tool For Vue Devs 适用于Vue的原型工具
Stars: ✭ 2,108 (+1132.75%)
Mutual labels:  frontend
Learning Pwa
📱some samples and blogs about how to start with your first PWA
Stars: ✭ 162 (-5.26%)
Mutual labels:  frontend
Guides
An organized list of guides and tutorials for design, development, and system administration.
Stars: ✭ 166 (-2.92%)
Mutual labels:  frontend
Fe
《我的职业是前端工程师》 - Ebook:I'm a FrontEnd Developer
Stars: ✭ 1,970 (+1052.05%)
Mutual labels:  frontend
Vecty
Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
Stars: ✭ 2,161 (+1163.74%)
Mutual labels:  frontend
Ansible Cmdb
Ansible-cmdb takes the output of Ansible's fact gathering and converts it into a static HTML overview page (and other things) containing system configuration information.
Stars: ✭ 2,003 (+1071.35%)
Mutual labels:  frontend
Argon
Argon Frontend Preset For Laravel Framework 8.x and Up
Stars: ✭ 165 (-3.51%)
Mutual labels:  frontend
Ownphotos Frontend
Stars: ✭ 171 (+0%)
Mutual labels:  frontend
Louiszhai.github.io
前端知识梳理,力求全面透彻
Stars: ✭ 168 (-1.75%)
Mutual labels:  frontend
Craftsman
Craftsman is the workhorse behind the Wrapt framework and provides a suite of CLI commands for quickly scaffolding out new files and projects for your .NET Web APIs with simple CLI commands and configuration files.
Stars: ✭ 165 (-3.51%)
Mutual labels:  scaffolding

outset

Outset on NPM

A minimal frontend boilerplate, emphasizing workflow.

About

Outset is a workflow moreso than it is a framework. It aims to exist in the background, not the spotlight.

All the magic happens in the gulpfile. The actual HTML/CSS/JS code provides some useful but minimal boilerplate. A more detailed explanation of both can be found here.

Outset eliminates a number of annoyances, while making very few assumptions. It is developed with the intention of being the solution to writing frontend code instantly, without worrying about setup, or configuring a build system.

Getting Started

In your terminal:

# using node and npm
# install outset globally

$ npm install outset -g

# use the outset command from the CLI to scaffold a project
# template files are copied to the CWD, unless a path is specified

$ outset [path]
$ npm i
$ gulp

In your browser:

http://localhost:3000/

Work in the src folder, deploy from the dist folder.

Browser Support

Targeting evergreen browsers and IE10+.

Note that this boilerplate doesn't detect browsers or their features.

Built With Love

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].