Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jungtaeinn/react-nextjs-app
For Developers, Next.js-based React app
https://github.com/jungtaeinn/react-nextjs-app
eslint lodash-es nextjs prettier react storybook tailwind-css tanstack-react-query typescript
Last synced: 21 days ago
JSON representation
For Developers, Next.js-based React app
- Host: GitHub
- URL: https://github.com/jungtaeinn/react-nextjs-app
- Owner: jungtaeinn
- Created: 2025-01-14T09:20:41.000Z (28 days ago)
- Default Branch: master
- Last Pushed: 2025-01-21T11:35:41.000Z (21 days ago)
- Last Synced: 2025-01-21T12:19:24.050Z (21 days ago)
- Topics: eslint, lodash-es, nextjs, prettier, react, storybook, tailwind-css, tanstack-react-query, typescript
- Language: TypeScript
- Homepage:
- Size: 315 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @jungtaeinn/react-nextjs-app
> This project is a Next.js-based React app.
![React](https://img.shields.io/badge/React-19-61DAFB?style=flat-square&logo=React&logoColor=white)
![Next.js](https://img.shields.io/badge/Next.js-15-000000?style=flat-square&logo=Next.js&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?style=flat-square&logo=TypeScript&logoColor=white)
![Pnpm](https://img.shields.io/badge/pnpm-10-F69220?style=flat-square&logo=pnpm&logoColor=white)
![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-3-38B2AC?style=flat-square&logo=Tailwind_CSS&logoColor=white)
![ESLint](https://img.shields.io/badge/ESLint-9-4B32C3?style=flat-square&logo=ESLint&logoColor=white)
![Prettier](https://img.shields.io/badge/Prettier-9-F7B93E?style=flat-square&logo=Prettier&logoColor=white)
![Jest](https://img.shields.io/badge/Jest-9-C21325?style=flat-square&logo=Jest&logoColor=white)
![lodash](https://img.shields.io/badge/lodash-4-0769AD?style=flat-square&logo=lodash&logoColor=white)
![TanStack](https://img.shields.io/badge/TanStack-5-000000?style=flat-square&logoColor=white)
![Storybook](https://img.shields.io/badge/Storybook-6-FF4785?style=flat-square&logo=Storybook&logoColor=white)`TBD...`
## Getting Started
1. setup environment:
1. corepack enable
```bash
corepack enable
```
2. pnpm package install
```bash
pnpm install
```
2. run the development server:
```bash
pnpm run dev
```
3. open [http://localhost:3000](http://localhost:3000) with your browser to see the result.## Documentation
`TBD...`## Authors
- Jungtaeinn ([@jungtaeinn](https://www.linkedin.com/in/jungtaeinn5493))