Skip to content

Software-Development-Mastermind/angular-node-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instructions

  1. cd into the node-server directory.
    1. run npm install command
  2. cd into the angular-app directory.
    1. run npm install command

Running the Application

  1. cd into the angular-app directory.
  2. Run ng build command
  3. cd into the root directory and then the "node-server" directory (cd ../node-server)
  4. Fire up the Node web server using the command node index.js
  5. Open up a browser at the url http://localhost:3000

About

A simple Angular/NodeJs project to demonstrate creating/running npm scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors