Skip to content

serjKim/Memo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memo

Demo F# Fable + Giraffe

Requirements

Building and running the app

dotnet run
npm i
npm start

Checklist

  • Frontend
    • SM: Hooks + Context
    • Routing: Router5
      • Basic routing
      • Gruards
    • Styles
      • Material UI (+JSS)
      • Static: Linaria + SCSS
      • Dynamic: Emotion
  • Backend
    • Giraffe
    • Authentication
      • Cookie-based
    • Authorization
    • Database
    • CSRF token
      • provided by a cookie, can be rendered with index.html but webpack-dev-server should support this
    • Memo
      • Get all
      • Edit

Releases

No releases published

Packages

No packages published

Languages