Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zawlinnnaing/gc-in-react-demo
https://github.com/zawlinnnaing/gc-in-react-demo
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zawlinnnaing/gc-in-react-demo
- Owner: zawlinnnaing
- Created: 2023-09-18T17:32:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T05:49:38.000Z (over 1 year ago)
- Last Synced: 2024-11-06T08:31:07.213Z (2 months ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Garbage collection
This is a repository for demonstrating Memory Leaks and GCC(Garbage Collection Cycle) in a react app.
## Development
### Pre-requisites
Following program needs to be installed before running this repository locally.- Node.js
### Setup
- Install dependencies
```sh
npm install
```- Start dev server
```sh
npm run dev
```