This project is an example implementing both web and mobile versions using Next.js and React. This repository is open-sourced and anyone is welcome to contribute. / 이 프로젝트는 Next.js와 React를 이용하여 웹과 모바일 버전을 구현한 예시입니다. 이 레포지토리는 오픈소스로 공개되어 있으며, 누구나 참여가 가능합니다.
- Node.js
- npm or yarn / npm 또는 yarn
-
Clone the repository / 레포지토리 클론하기
git clone https://github.com/seochan99/web_boilerPlate
-
Install dependencies / 디펜던시 설치하기
npm install # or / 또는 yarn install
-
Run the development server / 개발 서버 실행하기
npm run dev # or / 또는 yarn dev
- Web version / 웹 버전
- Mobile version / 모바일 버전
- Next.js
- React
- Create an issue first to specify what you will work on. / 먼저 이슈를 생성하여 작업할 내용을 명시해 주세요.
- Once the issue is approved, start working and create a branch (
feature/your-feature
). / 이슈가 승인되면, 작업을 시작하고 브랜치를 생성하세요 (feature/your-feature
). - Create a PR to
main
branch after the work is done. / 작업이 완료되면main
브랜치로 PR을 생성하세요. - Code will be merged after review. / 코드 리뷰 후 승인되면 병합됩니다.
This project is under the MIT License. / 이 프로젝트는 MIT 라이센스를 따릅니다.