Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 562 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 562 Bytes

bookkeeping-js

It's PERN training project that let you do bookkeeping.

Run Locally

Clone the project

git clone https://github.com/Veter-ok/bookkeeping-js.git

Run client

Go to the client directory

cd client

Install dependencies

npm install

Start the server

npm start

Run server

Go to the client directory

cd server

Install dependencies

npm install

Start the server

npm run dev

Open localhost:3000 in your browser