Skip to content

simple-bulletin-board-system/next-skeleton-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.