Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 753 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 753 Bytes

Todo List Application made with the PERN (Postgres, Express, ReactJS, NodeJS) stack

How To Start

  1. Clone the repository locally.
git clone https://github.com/sweetlikekendy/pern-todo.git
  1. Install dependencies with your favorite package manager.

yarn:

yarn install
cd client && yarn install
cd server && yarn install

npm:

npm install
cd client && npm install
cd server && npm install
  1. Run the "develop" script in the root directory.

yarn develop or npm run develop

  1. Open https://localhost:3000 in your browser.
  2. Register for a new account or use one of the pre-existing accounts made in /server/data/users.js.

Live Demo