alexandrewolff / fevernote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fevernote

Fevernote is a note taking web app, with authentication.

It is made of a backend node server, and a frontend react application.

Run it

  1. Run the backend
cd backend
npm run start
  1. Build the frontend
cd ../frontend
npm run build
  1. Open the built web app
open build/index.html

About

License:MIT License


Languages

Language:JavaScript 79.7%Language:SCSS 16.2%Language:HTML 2.9%Language:CSS 1.2%