All Projects → primaryobjects → Node.js Bootstrap Starter Template

primaryobjects / Node.js Bootstrap Starter Template

Node.js, Express, Pug, Twitter Bootstrap, Starter Template

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node.js Bootstrap Starter Template

Bootstrap3 Pug Former jade Node Express Grunt
Bootstrap 3 templated by Jade
Stars: ✭ 242 (+126.17%)
Mutual labels:  node-js, pug, jade
Jade Html5 Boilerplate
HTML5 Boilerplate ported to Jade. Great as a drop and go markup skeleton for Express apps.
Stars: ✭ 111 (+3.74%)
Mutual labels:  template, pug, jade
BotBlock.org
BotBlock - The List of Discord Bot Lists and Services
Stars: ✭ 29 (-72.9%)
Mutual labels:  pug, expressjs, node-js
Jade
Jade.go - pug template engine for Go (golang)
Stars: ✭ 251 (+134.58%)
Mutual labels:  template, pug, jade
Pug
Pug template engine for PHP
Stars: ✭ 341 (+218.69%)
Mutual labels:  template, pug, jade
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+1013.08%)
Mutual labels:  bootstrap, template
Template.js
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
Stars: ✭ 1,201 (+1022.43%)
Mutual labels:  template, jade
Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (-0.93%)
Mutual labels:  template, pug
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+1078.5%)
Mutual labels:  expressjs, bootstrap
Uikit Computer Store Template
Computer store e-commerce template
Stars: ✭ 72 (-32.71%)
Mutual labels:  template, pug
Remote Code Execution Environment
Remote Code Execution system built with NodeJS and ReactJS. Have you ever wondered how code execution on competitive programming websites works? Code that runs code. Tried implementing that.
Stars: ✭ 84 (-21.5%)
Mutual labels:  expressjs, node-js
Blueprint
solid framework for building APIs and backend services
Stars: ✭ 87 (-18.69%)
Mutual labels:  expressjs, node-js
Expug
Pug templates for Elixir
Stars: ✭ 74 (-30.84%)
Mutual labels:  pug, jade
Node Express Postgresql Server
Basic Node with Express + PostgreSQL Server
Stars: ✭ 74 (-30.84%)
Mutual labels:  expressjs, node-js
Paperadmin
A flat admin dashboard using Angular JS 2/4
Stars: ✭ 80 (-25.23%)
Mutual labels:  bootstrap, template
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+1009.35%)
Mutual labels:  bootstrap, template
Gulp Pug Sass Seed
🍹 A Pug and Sass starter project using gulp for task automation.
Stars: ✭ 84 (-21.5%)
Mutual labels:  pug, jade
Bootstrap Colorpicker
Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
Stars: ✭ 1,351 (+1162.62%)
Mutual labels:  bootstrap, twitter-bootstrap
Bpage
Based on bootstrap style, static page jump can also be asynchronous page processing pagination plugin
Stars: ✭ 96 (-10.28%)
Mutual labels:  bootstrap, template
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (-6.54%)
Mutual labels:  template, twitter-bootstrap

Node.js Bootstrap Starter Template

A quick and easy Node.js + Express + Pug + Twitter Bootstrap 5.0 template project.

Also available for Material and React.

Node.js Bootstrap starter template screenshot.

Usage

  • Clone repository.
  • Open a command prompt, navigate to the folder, and enter: npm install
  • Next, run the app by entering: node app
  • Browse to http://localhost:3000

Demo:

http://nodebootstrapper.herokuapp.com

Contents:

  • layout.pug
  • header.pug
  • footer.pug
  • index.pug

Editing Pages:

Edit views/index.pug to add your content. The default contents include:

extends layout

block content
  main.flex-shrink-0
    .container
      h1.mt-5 Program Name
      p.lead
      | Hello world.

Author

Kory Becker http://www.primaryobjects.com/kory-becker

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