casthewiz / Sample-Angular-App

A small application using Angular 6, Node.js, and Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SampleAngularApp

This project was generated with Angular CLI version 6.1.3.

Public Viewing

This application is live at app.cschaufe.io.

It currently restarts every day at UTC Midnight.

Deploying and Running Locally (OSX and Linux)

  • Make sure your copy of Node.js is up to date (at least 6.0.0+)
  • Install angular cli using npm install -g @angular/cli
  • Clone this repository into a directory of your choosing
  • From that directory, run npm install to install dependencies
    • You may need to run npm install as sudo.
  • From that directory, run ng build to build the project.
  • Then, run npm start.
  • The webapp should be viewable at localhost:80.

Deploying and Running Locally (Windows)

  • Enable Windows Subsystem for Linux and install your desired Linux flavor
  • Launch your desired Linux flavor
  • See instructions for Linux

About

A small application using Angular 6, Node.js, and Express.


Languages

Language:TypeScript 64.0%Language:JavaScript 25.0%Language:CSS 5.7%Language:HTML 5.3%