crimscim / angular2-node-app

An Angular2 and Node.js App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Angular 2 application with a Node.js backend

Description

This is a simple app with user sign up and authentication as well as the ability to add messages to a MongoDB database. The front-end of the application is built using Angular 2 and the backend was built using MongoDB and Express.js.

How to run

  1. Navigate into the folder (in the command line/ terminal)
  2. Run npm install to install all required dependencies
  3. Run npm run build to run the development build script => Keep this process running! It recompiles your files upon changes.
  4. Run npm start in a new command line/ terminal window => Keep this process running as well, it's your NodeJS server.

About

An Angular2 and Node.js App.


Languages

Language:TypeScript 48.9%Language:JavaScript 34.9%Language:HTML 14.7%Language:CSS 1.5%