NPM proje ayağa kaldırma

Katılım
6 Ağustos 2020
Mesajlar
451
Daha fazla  
Cinsiyet
Erkek
Meslek
Yazılımcı
Bir projeyi cloneledim ve onu ayağa kaldırmak istiyorum. Şu şekil bir öğretici var lakin sıra yanlış gibi geldi, düzeltebilir misiniz?

This project was bootstrapped with Create React App.

available scripts​

In the project directory, you can run:

npm start​

Runs the App'in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the Console.

npm test​

Launches the test runner in the interactive Watch mode.
See the section about running tests for more information.

npm run Build​

Builds the App for production to the Build folder.
It correctly bundles React'in production mode and optimizes the Build for the best performance.

The Build is minified and the filenames include the hashes.
Your App is ready to be deployed!

See the section about deployment for more information.

npm run eject​

Note: This is a One-way operation. Once you eject, you can’t GO back!

If you aren’t satisfied with the Build tool and Configuration choices, you can eject at any time. This command will remove the Single Build dependency from your project.

Instead, it will copy all the Configuration files and the transitive dependencies (webpack, babel, eslint, etc) right into your project so you have Full Control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can Tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
 
Son düzenleyen: Moderatör:
Node.js projelerinde, genelde start komutuna bir başlatıcı atarlar package.json dosyasında. Temelde sırasıyla npm i ve npm start veya npm start yerine node <baslatici_dosya_adi.js> komutlarını kullanarak projeni başlatıcı dosyada belirtilen port ile local'de yayınlayabilirsin.

Projenin GitHub sayfasını burada paylaşırsan, bir inceleyeyim.

İlk mesajındaki alıntına bakarak, npm i ve npm start komutlarının yeterli olacağını söyleyebilirim. Bir kere npm i yaptıktan sonra, her projeyi başlatırken npm start komutunu kullanman yeterli olacaktır. npm i gerekli modülleri "node_modules" klasörü altına indirir.
 
Node.js projelerinde, genelde start komutuna bir başlatıcı atarlar package.json dosyasında. Temelde sırasıyla npm i ve npm start veya npm start yerine node <baslatici_dosya_adi.js> komutlarını kullanarak projeni başlatıcı dosyada belirtilen port ile local'de yayınlayabilirsin.

Projenin GitHub sayfasını burada paylaşırsan, bir inceleyeyim.

İlk mesajındaki alıntına bakarak, npm i ve npm start komutlarının yeterli olacağını söyleyebilirim.
Discordunuz varmı
Node.js projelerinde, genelde start komutuna bir başlatıcı atarlar package.json dosyasında. Temelde sırasıyla npm i ve npm start veya npm start yerine node <baslatici_dosya_adi.js> komutlarını kullanarak projeni başlatıcı dosyada belirtilen port ile local'de yayınlayabilirsin.

Projenin GitHub sayfasını burada paylaşırsan, bir inceleyeyim.

İlk mesajındaki alıntına bakarak, npm i ve npm start komutlarının yeterli olacağını söyleyebilirim. Bir kere npm i yaptıktan sonra, her projeyi başlatırken npm start komutunu kullanman yeterli olacaktır.
Dediğinizi yapıyorum çok boş bir sayfa çıkıyor.
Node.js projelerinde, genelde start komutuna bir başlatıcı atarlar package.json dosyasında. Temelde sırasıyla npm i ve npm start veya npm start yerine node <baslatici_dosya_adi.js> komutlarını kullanarak projeni başlatıcı dosyada belirtilen port ile local'de yayınlayabilirsin.

Projenin GitHub sayfasını burada paylaşırsan, bir inceleyeyim.

İlk mesajındaki alıntına bakarak, npm i ve npm start komutlarının yeterli olacağını söyleyebilirim. Bir kere npm i yaptıktan sonra, her projeyi başlatırken npm start komutunu kullanman yeterli olacaktır. npm i gerekli modülleri "node_modules" klasörü altına indirir.
Sadece textbox var.
 

Geri
Yukarı