Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.
/ app-runner Public archive

This is a runner of front end angular apps. This is a small express server which serves static files of apps

License

Notifications You must be signed in to change notification settings

itchef/app-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Runner

App runner is a simple service to serve compiled front end project.

It uses node js express framework to spawn a small server and serve index.html of the respective project.

System Requirements

  • NodeJS = 9.5.0
  • yarn = 1.3.2
  • Google Chrome Browser

Configuration

Add environment variable API_PATH

e.g. API_PATH = 'http://api.example.com'

Development server

  1. Run yarn install to download node_modules.
  2. Copy the dist file of your front end project to app root directory.
  3. Run yarn start to run the app.

License

GNU GPL V3

About

This is a runner of front end angular apps. This is a small express server which serves static files of apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published