Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

✍️ Opinionated project architecture for Full-Stack JavaScript Applications.

License

NotificationsYou must be signed in to change notification settings

sirajtechy/fullstack-javascript-architecture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opinionated project architecture for Full-Stack JavaScript Applications.(work in progress)

Backend

  • API
  • Database
  • Proxy

Frontend

  • Landing
  • Web
  • Mobile
    • iOS
    • Android

Deployment

  • Docker

Core Structure

fsja  ├── backend  │   ├── api  │   │   > NodeJS  │   │   > PORT 8000  │   │   > api.example.com  │   │  │   ├── database  │   │   > MongoDB  │   │   > PORT 27017  │   │   > api.example.com  │   │  │   └── proxy  │       > NGINX  │  ├── deployment  │   > Docker Compose  │  ├── frontend  │   ├── app  │   │   ├── mobile  │   │   │   > React Native  │   │   │   > iOS (Apple App Store)  │   │   │   > Android (Google Play Store)  │   │   │  │   │   └── web  │   │       > React  │   │       > Single page application  │   │       > PORT 5000  │   │       > app.example.com  │   │  │   └── landing  │       > React  │       > Server side rendered  │       > PORT 3000  │       > example.com  │  └── README.md (you are here)

About

✍️ Opinionated project architecture for Full-Stack JavaScript Applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript95.3%
  • Objective-C1.6%
  • HTML1.1%
  • Other2.0%

[8]ページ先頭

©2009-2025 Movatter.jp