ishwarvenugopal / messageBoard-MEAN

A basic implementation of a message board web app using NodeJS and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using MEAN Stack to create a simple Message-Board

Navigate to frontend folder:

cd backend

Install all dependencies:

npm install

Run the following command:

npm run start

Navigate to frontend folder:

cd frontend

Install all dependencies:

npm install

Run the following command:

ng serve

Navigate to localhost:port_numer on the browser to load the web app.

About

A basic implementation of a message board web app using NodeJS and Angular


Languages

Language:TypeScript 74.5%Language:JavaScript 15.4%Language:HTML 8.0%Language:CSS 2.1%