https://github.com/harundogdu/react-projects
These projects are my Node.js projects that I developed using React.js.
https://github.com/harundogdu/react-projects
react react-project react-redux reactjs
Last synced: about 1 month ago
JSON representation
These projects are my Node.js projects that I developed using React.js.
- Host: GitHub
- URL: https://github.com/harundogdu/react-projects
- Owner: harundogdu
- Created: 2021-10-15T16:39:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T11:30:23.000Z (over 3 years ago)
- Last Synced: 2025-03-25T20:05:01.290Z (about 2 months ago)
- Topics: react, react-project, react-redux, reactjs
- Language: JavaScript
- Homepage:
- Size: 10.5 MB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React.js Örnek Projeler
Bu projeler [Create React App](https://github.com/facebook/create-react-app) kullanılarak geliştirdiğim React.js projelerim.
## Kurulum
İlk olarak aşağıdaki komutu kopyalanız.
Ardından terminal ekranını açarak, projenin kurulmasını istediğiniz bir alana gelerek yapıştırıp çalıştırınız.```
git clone https://github.com/harundogdu/react-projects.git
```
Klonlama işleminin ardından terminal ekranına istediğiniz projenin adını yazarak, aşağıda bulunan kodu yapıştırıp çalıştırınız.```
cd react-projects/istediğiniz_proje/ && npm install
```## Çalıştırma
Proje dizininde aşağıdaki komutu çalıştırarak projemizi başlatabiliriz.
#### `yarn start`
Uygulamayı geliştirme modunda çalıştırır.\
Projeyi tarayıcıda görüntülemek için [http://localhost:3000](http://localhost:3000) adresini açar.Düzenleme yaparsanız sayfa yeniden yüklenir.\
Herhangi bir hata veya log kaydını da anlık olarak konsol ekranında görebilirsiniz.## Daha fazlası
Daha fazlası ve aklınıza takılan herhangi bir soru için için bana kişisel [web sitem](https://harundogdu.com/) üzerinden ulaşabilir, "Pull Request" isteklerinde bulunabilirsiniz.