Skip to content

IDEO-coLAB/pyfi-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyfi-starter

This is a simple starter/example app for Pyfi and PyFiClient.

Getting started

First, clone this repo.

Then, you'll want to be sure that you're working in a Python 3.4+ environment. You could do that by creating and activating a virtual environment:

python3 -m venv venv
source venv/bin/activate

Now you can get up and running in two steps:

npm install

and finally:

npm run dev

Now you should be able to access to sample app at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published