Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 568 Bytes

File metadata and controls

21 lines (16 loc) · 568 Bytes

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Summary

By typing, debuging, searching and reading, I have learned a lot from Jason Watmore's blog, including:

  • JWT authentication
  • rxjs, a little bit about BehaviorSubject
  • More familiar about next.js
  • use-form-hook
  • bootstap.css
  • code organization