https://github.com/sohanemon/influencer-next-ts
https://github.com/sohanemon/influencer-next-ts
nextjs tailwindcss typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sohanemon/influencer-next-ts
- Owner: sohanemon
- Created: 2022-12-18T16:56:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T10:53:14.000Z (over 3 years ago)
- Last Synced: 2025-12-05T13:58:16.300Z (6 months ago)
- Topics: nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://se-influencer.vercel.app
- Size: 822 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Influencer-next-ts
### Tech Stack
- NextJS 13 , new appDir, turboPack beta
to use next experimental, run
```js
npx create-next-app@latest --experimental-app
```
&
```js
yarn add next@canary
```