Skip to content

SU-CS-321-Fall-2023/SavingsJournal2.0

Repository files navigation

Supersaver

A smarter way to manage your savings

Frontend Prerequisites

  • pyenv
  • Python 3.11.4
  • Flask

How to run Frontend for development

  1. Install pyenv

  2. Install Python 3.11.4

    pyenv install 3.11.4
    
  3. Install Flask

    pip install Flask
    
  4. Clone this repository

  5. Change directory to supersaver and set local Python version to 3.11.4

cd supersaver 
pyenv local 3.11.4
  1. Run tailwindcss command to build css as you develop npx tailwindcss -i ./static/src/input.css -o ./static/dist/css/output.css --watch
  2. Run app Flask run

The frontend app will now be accessible at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published