Skip to content

logikum/ng-site-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-site-runner

This application is a simple Node.js server to run Angular applications.

Step 1

Set up the application:

git clone https://github.com/logikum/ng-site-runner.git

Step 2

Set up the configuration or use the default one:

{
  "ngSitePath": "dist",
  "startUpPage": "./dist/index.html",
  "logFile": "logs/ng-site-runner.log"
}

Step 3

Copy the compiled Angular app to the 'dist' folder (or what is set in the configuration).

Step 4

Start the server:

NODE_ENV=production PORT=80 node server.js

Step 5

Enjoy your Angular app...

About

Node.js server to run an Angular application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published