ExpressJS 및 TypeScript를 사용한 궁극의 서버리스 프레임워크 스타터
GitHub에서 소스 코드를 확인할 수도 있습니다. Serverless Starter Express TypeScript
개발자를 위한 내장 기능:
익사츠 / 서버리스-보일러플레이트-Express-TypeScript
🚀 서버리스 프레임워크, ExpressJS 및 TypeScript용 보일러플레이트 및 스타터 ⚡️ 서버리스 프레임워크, ExpressJS, TypeScript, ESLint, Prettier와 같은 개발자 경험을 우선으로 합니다.
서버리스 프레임워크, ExpressJS 및 TypeScript를 사용한 서버리스 상용구
🚀 Serverless Boilerplate는 Express JS 및 TypeScript를 사용하는 Serverless 프레임워크를 기반으로 하는 백엔드 및 REST API의 시작 코드입니다. ⚡️ Made with Serverless framework , ExpressJS , TypeScript , ESLint , Prettier .
이 프로젝트를 복제하고 이를 사용하여 고유한 백엔드를 생성합니다.
특징
개발자 경험 우선:
🔥 Serverless framework
⚡️ ExpressJS
🎉 유형 검사TypeScript
✏️ Linter with ESLint
🛠 코드 포맷터Prettier
📖 서버리스 오프라인을 통한 로컬 지원
✨ VSCode를 사용하여 로컬에서 디버그(선택 사항)
💨 라이브 리로드
⚙️ Serverless Dotenv의 환경 변수
🦊 비용 최적화를 위해 API 게이트웨이 대신 HTTP Api
철학
🚀 생산 준비 완료
요구 사항
시작하기
로컬 환경에서 다음 명령을 실행합니다.
git clone --depth=1 https://github.com/ixartz/Serverless-Boilerplate-Express-TypeScript.git my-project-name
cd my-project-name
npm install
그런 다음 실시간 다시 로드를 사용하여 개발 모드에서 로컬로 실행할 수 있습니다.
npm run dev
그만큼…
View on GitHub
Reference
이 문제에 관하여(ExpressJS 및 TypeScript를 사용한 궁극의 서버리스 프레임워크 스타터), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/ixartz/the-ultimate-serverless-framework-starter-with-expressjs-and-typescript-7a2텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)