Skip to content
This repository was archived by the owner on Nov 28, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (23 loc) · 700 Bytes

File metadata and controls

45 lines (23 loc) · 700 Bytes

Shareable

A small blogging platform built with Nodejs.

Run it localy

1 - Install Nodejs and NPM from the official site

2 - Clone this repository typing:

git clone git@github.com:AngoDev/shareable-nodejs.git

3 - Then enter to the root of this

cd shareable-nodejs

4 - Install all dependencies

sudo npm i

5 - Run it

node server.js	

Tools

1 - Nodejs: Because is fast!

2 - Hapi.js: Web application framework

3 - Google Material Design Lite: CSS framework

4 - Jade: Template language to replace HTML

5 - Stylus: CSS preprocessor

6 - Gulp: Build system to automate some tasks

To-do

[] Sign up system

[] Login sytem

[] User area to create his posts