[READ-ONLY] Mirror of https://github.com/usrrname/next-ant-ts. Work in progress: a mobile-first boilerplate starter for nextJS with ant design components
antd nextjs swr typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 87.9%
JavaScript 6.2%
CSS 5.9%
Other 0.1%
41 2 0

Clone this repository

https://git.vm.fail/jenchan.biz/next-ant-ts https://git.vm.fail/did:plc:cmmcobuv5kjuc4nmlikn3mps
ssh://git@knot1.tangled.sh:2222/jenchan.biz/next-ant-ts ssh://git@knot1.tangled.sh:2222/did:plc:cmmcobuv5kjuc4nmlikn3mps

For self-hosted knots, clone URLs may differ based on your setup.


README.md

This is a Next.js project bootstrapped with create-next-app, Typescript and Ant Design.

Getting Started#

First, run the development server:

yarn dev

Open 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