Skip to content

Bootstrap for Post-Fossil Cities backend and frontend integration

Notifications You must be signed in to change notification settings

isr-ifi/pfc-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To create a docker container for the flask backend:

docker build -t flaskdock .

To start the docker, map the file system and open the port:

docker run -p 5000:80 --volume=PATH_TO_THE_APP_FOLDER:/app flaskdock

To rebuild the static javascript file in the first install all node modules via npm install (in ./app/static), then npx webpack will do the trick.

About

Bootstrap for Post-Fossil Cities backend and frontend integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%