Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyrylopikhno/power-shop
https://github.com/kyrylopikhno/power-shop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyrylopikhno/power-shop
- Owner: KyryloPikhno
- License: mit
- Created: 2023-08-29T17:59:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T13:50:34.000Z (12 months ago)
- Last Synced: 2024-10-06T03:23:51.183Z (4 months ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Fullstack Next.js 13 + TypeScript + MongoDB Template
## Code With
![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![Yarn](https://img.shields.io/badge/yarn-%232C8EBB.svg?style=for-the-badge&logo=yarn&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![MongoDB](https://img.shields.io/badge/MongoDB-47A248?style=for-the-badge&logo=MongoDB&logoColor=white)
![Tailwind css](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?style=for-the-badge&logo=Tailwind%20CSS&logoColor=white)
![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge&logo=jest&logoColor=white)
![ESLint](https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge&logo=eslint&logoColor=white)## How to start
**Node.js version 16 or higher is required.**
### Yarn Berry
```
npm install yarn -g
yarn set version berry
yarn
```### Projects Run(dev)
```
yarn dev
```### Projects Run(product)
```
yarn build
yarn start
```## Example
- [Client Component](https://github.com/bysxx/next-ts-template-tailwind/blob/master/app/example/components/client-component.tsx)
- [Streaming](https://github.com/bysxx/next-ts-template-tailwind/blob/master/app/example/components/fetching-component.tsx)
- [API (fullstack)](https://github.com/bysxx/next13-ts-template-tailwind/tree/master/app/api/example)
- [Dynamic Routes](https://github.com/bysxx/next-ts-template-tailwind/blob/master/app/example/%5Bid%5D/page.tsx)
- Soon...