Stacks Libraries, frameworks.
├── 📖 Libraries, frameworks │ ├── Backend │ ├── NodeJS: with Expressjs. │ ├─── All Package │ ├──── "cors": "^2.8.5" - enable: 'cors' - to avoid problem. │ ├──── "dotenv": "^16.4.5" - enable: 'dotenv' - set .env or port. │ ├──── "express": "^4.19.2" - using: 'express' - framework with app.?. │ ├──── "inspirational-quotes": "^2.0.1" - deploy: respone data to data. │ ├──── "nodemon": "^3.1.4" - helper edit run server. │ ├── Developments. │ ├ │ ├── Frontend │ ├── React: with Vitejs. │ ├──── Developments: Main function. │ ├──── Hook componrnts: or Call function from Components.
├── Backend ├── 1.Define api in .env ├── 2.`npm install` & `npm run start` : To start the server in development. ├── 3.Developments. ├ ├── Frontend ├── 1.Define api in .env ├── 2.`npm install` & `npm run dev` : To start the server in development. ├── 3.Developments.
npx degit https://github.com/nidz-the-fact/nodejs-api-to-react-sample
or
git clone https://github.com/nidz-the-fact/nodejs-api-to-react-sample.git
💻💖☕ by Nidz The Fact 🙏