Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

nclsmitchell/izberg-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IZBERG Automation

A React/Flask website running several scripts

How to use?

In your terminal, first register your IZBERG token:

export IZBERG_TOKEN="YOUR_SECRET_TOKEN"

Without build:

In two separated Terminal, run on one side at the origin of the repo:

npm start

and

python src/server/server.py

Then connect to localhost:3000 and enjoy the result

With build:

First step, create a new production build with:

npm run build

then you will only have to run the following command until you change the frontend code:

python src/server/server.py

Finaly connect to localhost:5000 and enjoy the result

About

React/Flask website running scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published