Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harundogdu/nodejs_projects
These projects are my Node.js projects that I developed using NodeJS.
https://github.com/harundogdu/nodejs_projects
ejs-templates express expressjs nodejs
Last synced: 3 months ago
JSON representation
These projects are my Node.js projects that I developed using NodeJS.
- Host: GitHub
- URL: https://github.com/harundogdu/nodejs_projects
- Owner: harundogdu
- Created: 2022-01-26T23:10:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T20:43:56.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T18:01:54.026Z (9 months ago)
- Topics: ejs-templates, express, expressjs, nodejs
- Language: JavaScript
- Homepage:
- Size: 12.4 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Örnek Projeler
Bu projeler [NodeJS](https://nodejs.org/en/) kullanılarak geliştirdiğim Node.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/nodejs_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 nodejs-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.