Skip to content

Instantly share code, notes, and snippets.

View riodw's full-sized avatar

Rio Weber riodw

View GitHub Profile
# BloomU.info
git init --bare
--------
git clone https://github.com/riodw/BloomU.git
------ OR ---------
git remote add origin https://github.com/riodw/BloomU.git
git fetch origin master:master
git reset --hard origin/master
<!-- Useing the HTML "template" tag -->
<html>
<head>
<title>Use HTML Template tag</title>
</head>
<body>
<template id="t">
<div>Hello World!</div>
</template>
<!-- Rio Weber
Create Custom HTML Element -->
<html>
<head>
<title>Make Custom HTML Element</title>
</head>
<body>
<hello-element></hello-element>
<script>

How to set up a new Production Server running Node on Ubuntu

START

Always start with an Update:

$ sudo apt-get update

Create folder for project:

$ mkdir production