All Projects β†’ ctrlaltdev β†’ pug-server

ctrlaltdev / pug-server

Licence: MPL-2.0 license
🐢 A simple pug server

Projects that are alternatives of or similar to pug-server

Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: ✭ 1,374 (+7131.58%)
Mutual labels:  development, pug, jade
android-trinity
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Stars: ✭ 44 (+131.58%)
Mutual labels:  development, dev
Jade
Jade.go - pug template engine for Go (golang)
Stars: ✭ 251 (+1221.05%)
Mutual labels:  pug, jade
Devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚑ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Stars: ✭ 2,559 (+13368.42%)
Mutual labels:  development, dev
Pug As Jsx Loader
Stars: ✭ 168 (+784.21%)
Mutual labels:  pug, jade
Compile Hero
πŸ”°Visual Studio Code Extension For Compiling Language
Stars: ✭ 169 (+789.47%)
Mutual labels:  pug, jade
webpack-plugin-ramdisk
🐏 A webpack plugin for blazing fast builds on a RAM disk / drive
Stars: ✭ 118 (+521.05%)
Mutual labels:  development, dev
Pug Sass Boilerplate Starter Kit
A Front-end template for building web apps or sites using Pug(Jade) and Sass
Stars: ✭ 92 (+384.21%)
Mutual labels:  pug, jade
pretty-harp-jade-skeleton
πŸ’€ Harp & Jade/Pug skeleton theme for a personal blog
Stars: ✭ 15 (-21.05%)
Mutual labels:  pug, jade
idiots.win
Google Autocomplete Guessing Game
Stars: ✭ 26 (+36.84%)
Mutual labels:  pug, jade
pypugjs
PugJS syntax adapter for Django, Jinja2 and Mako templates
Stars: ✭ 237 (+1147.37%)
Mutual labels:  pug, jade
Laravel Pug
Pug view adapter for Laravel and Lumen
Stars: ✭ 130 (+584.21%)
Mutual labels:  pug, jade
Jade Html5 Boilerplate
HTML5 Boilerplate ported to Jade. Great as a drop and go markup skeleton for Express apps.
Stars: ✭ 111 (+484.21%)
Mutual labels:  pug, jade
Bootstrap3 Pug Former jade Node Express Grunt
Bootstrap 3 templated by Jade
Stars: ✭ 242 (+1173.68%)
Mutual labels:  pug, jade
Node.js Bootstrap Starter Template
Node.js, Express, Pug, Twitter Bootstrap, Starter Template
Stars: ✭ 107 (+463.16%)
Mutual labels:  pug, jade
bit-css
η”¨εŽŸε­η±»θ΅‹δΊˆε…ƒη΄ ε±žζ€§οΌŒε‡ε°‘η”šθ‡³δΈε†™css
Stars: ✭ 19 (+0%)
Mutual labels:  pug, jade
Expug
Pug templates for Elixir
Stars: ✭ 74 (+289.47%)
Mutual labels:  pug, jade
Gulp Pug Sass Seed
🍹 A Pug and Sass starter project using gulp for task automation.
Stars: ✭ 84 (+342.11%)
Mutual labels:  pug, jade
tale-pug
Tale Pug is the popular JavaScript Template Engine Pug, formerly Jade, for PHP!
Stars: ✭ 32 (+68.42%)
Mutual labels:  pug, jade
emitty
A platform for finding dependencies between files and building tools for incremental compilation or build.
Stars: ✭ 69 (+263.16%)
Mutual labels:  pug, jade

npm NPM Downloads GitHub release licence JavaScript Pug

Basic pug file server. Ideal for building local prototypes apart from any application. All other files are served statically as they usually would.

Installation

npm install -g pugserver

Create a folder

    + myfolder/
      - index.pug
      - example.css
      - example.js

Usage

pugserver path/to/myfolder

Open your browser to http://localhost:8080/

The path argument is optional. If not present it will default to current directory. You can choose to run your server on another port than 8080. To do so, use the -p flag followed by the port number:

pugserver -p 1337
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].