- Clone the repository locally.
git clone https://github.com/sweetlikekendy/pern-todo.git
- 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
- Run the
"develop"
script in the root directory.
yarn develop
or npm run develop
- Open https://localhost:3000 in your browser.
- Register for a new account or use one of the pre-existing accounts made in
/server/data/users.js
.