JJJ4032002 / mini-message-board

An application where users can add their message. Made with express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Message Board

A simple express website where users can add messages and read them

Demo

Main Page New Page

Installation

$ npm install

Start Development

MacOs or Linux

$ DEBUG=yourreponame:* npm run devstart

Windows CMD

> set DEBUG=yourreponame:* & npm run devstart

Windows Powershell

PS> $env:DEBUG='yourreponame:*'; npm run devstart

About

An application where users can add their message. Made with express.


Languages

Language:JavaScript 49.1%Language:CSS 33.3%Language:Pug 17.7%