Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 344 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 344 Bytes

TodoMVC Auth Client

Check out the accompanying blog post for a detailed tutorial on building this app. You may add your own credentials.

Installation

  • npm install or yarn
  • npm start or yarn start for development server at port 8001
  • works with the TodoMVC Auth Server