/todo-with-auth

Todo on React, Node, Express, JWT Auth

Primary LanguageJavaScript

Node + Express + React Todo application

git clone: https://github.com/goldstork/todo-with-auth.git

DEMO ON HEROKU

Usage

Choose the right branch in this repository to get the code for the different parts of the series.

Install all dependencies

npm i

Run the server(port: 5000) and client(port: 3000)

npm run dev