All Projects → primaryobjects → Node.js-Material-Starter-Template

primaryobjects / Node.js-Material-Starter-Template

Licence: other
Node.js Jade Material Starter Template

Programming Languages

Pug
443 projects
javascript
184084 projects - #8 most used programming language
stylus
462 projects
CSS
56736 projects

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

napi-thread-safe-callback
C++ utility class to perform callbacks into JavaScript from any thread
Stars: ✭ 62 (+264.71%)
Mutual labels:  node-js
orkid-node
Reliable and modern Redis Streams based task queue for Node.js 🤖
Stars: ✭ 61 (+258.82%)
Mutual labels:  node-js
whynote
Command Line Interface to Creating Notes/Tasks
Stars: ✭ 15 (-11.76%)
Mutual labels:  node-js
arcscord
A Discord library written in typescript
Stars: ✭ 18 (+5.88%)
Mutual labels:  node-js
free-node.js-learning-resources
A curated list of free resources to learn node.js
Stars: ✭ 70 (+311.76%)
Mutual labels:  node-js
System-bot
Moderative and user-friendly discord bot using discord.js
Stars: ✭ 39 (+129.41%)
Mutual labels:  node-js
discord-clock
A simple clock script for your bot to show what time it is in your server | Discord.js v13 ready!
Stars: ✭ 29 (+70.59%)
Mutual labels:  node-js
milliparsec
🌌 Tiniest body parser in the universe. Built for modern Node.js
Stars: ✭ 116 (+582.35%)
Mutual labels:  node-js
fridaybot
Slack bot for https://spb-frontend.slack.com
Stars: ✭ 29 (+70.59%)
Mutual labels:  node-js
moneywave-nodejs
A client library for moneywave API
Stars: ✭ 16 (-5.88%)
Mutual labels:  node-js
zuly
🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!
Stars: ✭ 45 (+164.71%)
Mutual labels:  node-js
twitter-like-bot
This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.
Stars: ✭ 30 (+76.47%)
Mutual labels:  node-js
babyfoot
Simple CQRS/ES Node+Express+TypeScript REST API
Stars: ✭ 14 (-17.65%)
Mutual labels:  node-js
steam-mass-comment-bot
💬 Comment with a few clicks under a ton of steam profiles & groups!
Stars: ✭ 16 (-5.88%)
Mutual labels:  node-js
BotBlock.org
BotBlock - The List of Discord Bot Lists and Services
Stars: ✭ 29 (+70.59%)
Mutual labels:  node-js
mybatis-mapper
generate SQL statements from the MyBatis3 Mapper XML file in Node.js
Stars: ✭ 64 (+276.47%)
Mutual labels:  node-js
chainDB
A noSQL database based on blockchain technology
Stars: ✭ 13 (-23.53%)
Mutual labels:  node-js
node-screenlogic
Pentair ScreenLogic Javascript library using Node.JS
Stars: ✭ 38 (+123.53%)
Mutual labels:  node-js
node-typescript-starter
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response
Stars: ✭ 19 (+11.76%)
Mutual labels:  node-js
influx-crypto-watcher
Server that let you monitor many cryptocurrencies and store the OHLC data in InfluxDB (visualisation with grafana)
Stars: ✭ 49 (+188.24%)
Mutual labels:  node-js

Node.js Material Starter Template

A quick and easy Node.js + Express + Pug + Material Design Lite template project.

Also available for Twitter Bootstrap.

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

Preview:

Screenshot

Contents:

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

Editing Pages:

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

extends layout

block content
  .mdl-grid
    .mdl-cell.mdl-cell--12-col
      h1 Program Name
      p Hello World

Adding Components

The template is compatible with all Material Design Lite UI components.

For example, to add a button to the page, edit index.jade and add the snippet:

button.mdl-button.mdl-js-button.mdl-button--raised.mdl-js-ripple-effect.mdl-button--accent
  | My Button

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