https://github.com/usrrname/next-ant-ts
Work in progress: a mobile-first boilerplate starter for nextJS with ant design components
https://github.com/usrrname/next-ant-ts
antd nextjs swr typescript
Last synced: 9 months ago
JSON representation
Work in progress: a mobile-first boilerplate starter for nextJS with ant design components
- Host: GitHub
- URL: https://github.com/usrrname/next-ant-ts
- Owner: usrrname
- Created: 2022-07-12T17:10:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T18:11:48.000Z (almost 4 years ago)
- Last Synced: 2025-09-02T04:04:09.726Z (9 months ago)
- Topics: antd, nextjs, swr, typescript
- Language: TypeScript
- Homepage:
- Size: 3.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app), Typescript and Ant Design.
## Getting Started
First, run the development server:
```
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Folder Structure
```
.
├── README.md
├── typings.d.ts
├── components
├── config.ts
├── next-env.d.ts
├── next.config.js
├── node_modules
├── package.json
├── pages
├── api --------------- must stay at root of pages
├── _posts ------------- markdown files go here
├── posts -------------- contains .tsx for to-be-generated markdown-to-view component
├── public --------------- static assets go in here
├── styles
├── tree.txt
├── tsconfig.json
└── yarn.lock
```
## Dev Notes:
Be sure to not have a static file with the same name as a file in the `pages/` directory, as this will result in an error.
Read more: https://nextjs.org/docs/messages/conflicting-public-file-page