티스토리 뷰
Boilerplate
최소한의 변경으로 반복해서 사용할 수 있도록 미리 만들어 놓은 코드
개발을 쉽게 시작할 수 있도록 만들어놓은 template
javaScript나 html에서는 크로스 브라우징과 호환성을 위한 Modernizr, polyfill, Normalize 등이 적용되어 있는 템플릿 같은 형태로 많이 사용된다
보일러 플레이트 모아놓은 사이트
Find your starter kit!
A curated directory of boilerplates to help you start your projects!
www.boilrplate.com
node.js boilerplate
1. sahat
node.js 웹 애플리케이션용 보일러 플레이트
https://github.com/sahat/hackathon-starter
sahat/hackathon-starter
A boilerplate for Node.js web applications. Contribute to sahat/hackathon-starter development by creating an account on GitHub.
github.com
2. kriasoft
node.js, GraphQL, Docker를 사용하여 API 데이터 백엔드를 작성하기 위한 보일러 플레이트
https://github.com/kriasoft/nodejs-api-starter
kriasoft/nodejs-api-starter
Boilerplate and tooling for authoring data API backends with Node.js and GraphQL - kriasoft/nodejs-api-starter
github.com
3. madhums
express, mongoose, passport를 사용한 MVC 패턴으로 웹 앱을 만들기 위한 보일러 플레이트
https://github.com/madhums/node-express-mongoose
madhums/node-express-mongoose
A boilerplate application for building web apps using node and mongodb - madhums/node-express-mongoose
github.com
4. icebob
veu.js, express, mongodb가 포함된 풀 스택 웹 앱 보일러 플레이트
https://github.com/icebob/vue-express-mongo-boilerplate
icebob/vue-express-mongo-boilerplate
:star: MEVN Full stack JS web app boilerplate with NodeJS, Express, Mongo and VueJS - icebob/vue-express-mongo-boilerplate
github.com
5. talyssonoc
node.js 백엔드 API를 만들기 위한 보일러 플레이트
https://github.com/talyssonoc/node-api-boilerplate
talyssonoc/node-api-boilerplate
DDD/Clean Architecture inspired boilerplate for Node web APIs - talyssonoc/node-api-boilerplate
github.com
'do > term' 카테고리의 다른 글
type assertion (0) | 2019.04.14 |
---|---|
REST API (0) | 2019.04.04 |
서버 기반 인증, 토큰 기반 인증 (Session, Cookie / JSON Web Token) (3) | 2019.04.02 |
Singleton pattern, Scaffolding (0) | 2019.03.31 |
SSR, CSR / Cookie, Session (0) | 2019.03.30 |