Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emon-webdev/docs-of-deploy
deploy docs any whare
https://github.com/emon-webdev/docs-of-deploy
Last synced: about 2 months ago
JSON representation
deploy docs any whare
- Host: GitHub
- URL: https://github.com/emon-webdev/docs-of-deploy
- Owner: emon-webdev
- Created: 2022-09-10T07:08:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T17:26:44.000Z (about 1 year ago)
- Last Synced: 2023-10-18T18:43:00.072Z (about 1 year ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# startToDeploy
start To DeployList of startToDeploy:
- [netlifyDeploy](#netlifyDeploy)
- [netlify404](#netlify404)
- [vercelDeploy](#vercelDeploy)### netlifyDeploy
```js
// step 1
$ netlify login
// step 2 (open cmd to root folder)
$ npm run build// step 3 (open root folder then build folder drag and drop netlify > Sites)
// if you want modifie root file (then again command run)
$ npm run build
// open netlify project then drag and drop netlify project update```
### netlify404
```js
// step 1
create _redirects in public folder
//step 2
open _redirects file paste it
/* /index.html 200```
### vercelDeploy```js
https://fahimahammed-cse.medium.com/deploy-an-express-api-on-vercel-eebc13ace629
// typescript mongoose
Vercel এ ডেপ্লয় এর ক্ষেত্রে কয়েকটি জিনিস খেয়াল রাখতে হবে
১। tsconfig.json এর মধ্যে
"module": "commonjs" */* Specify what module code is generated. */*,
"rootDir": "./src" */* Specify the root folder within your source files. */*,
"outDir": "./dist" */* Specify an output folder for all emitted files. */*,
এই কনফিগটি add করে নিতে হবে যদি আগে থেকে করা না থাকে
২। package.json এর মধ্যে
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/server.ts",
"start": "node dist/server.js",
"build": "tsc"
}
৩। প্রজেক্টের রুট এর মধ্যে vercel.json ফাইল বানিইয়ে নিতে হবে
{"version": 2,
"builds": [
{
"src": "dist/server.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "dist/server.js"
}
]
}
এরপর Cli দিয়ে deploy করে নিলেই কাজ শেষ , সার্ভার রেডি
vercel --prod
module.exports = app```
### Table
Name
Job
Favorite Color
1
Cy Ganderton
Quality Control Specialist
Blue
2
Hart Hagerty
Desktop Support Technician
Purple
3
Brice Swyre
Tax Accountant
Red
## 🌐 Socials: Connect with Emon Hossain!
[![Facebook Badge](https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white)](https://fb.com/emonhossain6) [![Linkedin Badge](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/emon007iu/) [![Twitter Badge](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/@emon_hossain7) [![Mail Badge](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])
❤️🤔 You can follow my Github and other social accounts 🤔❤️
❤️ Thank you very much! ❤️