Skip to content

rehanvipin/pr-live-severs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

environment-on-demand for angular apps

for PRs mostly

installation

  • use python v3.7+
  • create venv : python -m venv virtual
  • activate venv : source venv/bin/activate
  • install packages : pip install -r requirements.txt

setup

  • setup the db for the tables with python setup.py (please be in the directory where this project is cloned)

usage

  • run flask app with python app.py
  • open http://localhost:8800 to view the app

About

create live servers (AKA environment-on-demand) for PRs on Angular projects

Resources

Stars

Watchers

Forks