Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 483 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 483 Bytes

Today Diary

Set up

To run this project, please follow the steps below:

  1. Please make sure you have node installed on you device
  2. Clone the repository and direct into today-diary-backend
  3. Execute the following commands
> npm install
> npm run build
> npm run start
  1. Open another terminal and direct into today-diary-frontend

  2. Execute the following commands

> npm install
> npm start

while (true) { System.out.println("Hello Fox!"); }