Skip to content

nidz-the-fact/nodejs-api-to-react-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

nodejs-api-to-react-sample


Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors


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.

🔧 Stacks

logo logo logo logo logo

⚙️ Settings

├── 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.

⚒️ Use deployment

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 🙏

Stars Badge Forks Badge

Releases

No releases published

Packages

 
 
 

Contributors