Skip to content

sagedemage/Notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notebook

Frontend Workflow Backend Workflow

web app screenshot

Purpose

This is a note taking app. I create notes when learning new technologies and remembering what was in my mind the last time. My goal is is to create a note taking web app I can host on a web server.

Backend Setup

Look at backend readme to get started

Start Backend

python3 manage.py runserver

Frontend Setup

Install Dependencies

npm install

Start Project for Development

npm run dev

Why Use Vite for React

Why use Vite for React