wooritech / webstack

0 stars 0 forks source link

⚠️ 본 저장소는 사용하지 않습니다. wooritech/template 저장소를 이용해 주세요.

우리테크 웹스택

템플릿 목록

이름 (template name) 설명
fullstack-webapp-1 Typescript / Ant Design / Next.js / GraphQL / Prisma 기반의 웹앱 템플릿
serverless-webapp-1 Serverless Framework 기반의 웹앱 템플릿
next-apollo-server-mongo Typescript / Next.js / GraphQL / Nexus / Apollo Server / MongoDB
next-simple-client Typescript / Next.js / swr / bootstrap5
next-apollo-client Typescript / Next.js / GraphQL / Apollo Client / bootstrap5
express-apollo-server-mongo Typescript / Express / GraphQL / Nexus / Apollo Server / MongoDB

create-webstack 으로 템플릿 설치하기

templates 디렉토리에 구성된 템플릿을 이용해 새로운 프로젝트를 시작할때 좀더 쉽게 초기 설치작업을 진행 할 수 있도록 도와주는 도구 입니다.

npx create-webstack <project-name> -t <template-name>

or

npx create-webstack <project-name> --template <template-name>

참고사항