/diary

📝 Diary :: 다이어리 프로젝트

Primary LanguageTypeScript

About The Repository

Web Part Seminar 4차, 7차 개인 과제 Diary 📝 레포입니다.


Built With

"dependencies": {
  "@testing-library/jest-dom": "^5.11.4",
  "@testing-library/react": "^11.1.0",
  "@testing-library/user-event": "^12.1.10",
  "@types/jest": "^26.0.15",
  "@types/node": "^12.0.0",
  "@types/react": "^17.0.0",
  "@types/react-dom": "^17.0.0",
  "@types/react-router-dom": "^5.1.7",
  "axios": "^0.21.1",
  "json-server": "^0.16.3",
  "react": "^17.0.2",
  "react-dom": "^17.0.2",
  "react-router-dom": "^5.2.0",
  "react-scripts": "4.0.3",
  "recoil": "^0.3.1",
  "typescript": "^4.1.2",
  "web-vitals": "^1.0.1"
},
"devDependencies": {
  "@types/styled-components": "^5.1.9",
  "styled-components": "^5.3.0",
  "styled-reset": "^4.3.4"
}

Getting Started

Prerequisites

npm install --global yarn
  1. Clone the Repo
git clone https://github.com/mnxmnz/Diary.git
cd Diary
  1. Install Project Packages
yarn
  1. Run the Project (Dev Mode)
yarn start

http://localhost:3000/
  1. Run JSON Server
npx json-server data.json --watch --port 4000