Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 877 Bytes

File metadata and controls

36 lines (26 loc) · 877 Bytes

Next.js Starter Kit with ant-design and styled-components


typescript nodejs react nextjs antd antd

This is a Next.js project bootstrapped with create-next-app


Getting Started

First, install the node modules:

$ npm install 
# or
$ yarn install

Then, run the development server:

$ npm run dev
# or
$ yarn dev

Open http://localhost:3000 with your browser to see the result.