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

Latest commit

 

History

History
23 lines (16 loc) · 628 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 628 Bytes

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