https://github.com/codewithhridoy/memories
https://github.com/codewithhridoy/memories
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithhridoy/memories
- Owner: codewithhridoy
- Created: 2022-05-04T06:07:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T18:28:53.000Z (about 3 years ago)
- Last Synced: 2025-01-25T12:12:15.151Z (5 months ago)
- Language: HTML
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run Frontend
In the project directory, you can run:
### `cd frontend`
then
### `npm install`
After installing all the dependencies
### `npm start`
## Run Backend
In the project directory, you can run:
### `cd backend`
then
### `npm install`
After installing all the dependencies
### `npm start`