/homework-cathayback

react date picker

Primary LanguageTypeScript

This is a React component - DatePicker with its demo page in Next.js environment.

Getting Started

First, set up the web server.

npm i
npm run build

Then, start the server.

npm run start

Finally, open http://localhost:3000 with your browser to see the result.

Start with Dev mode.

run the web server with development mode by following command.

npm run dev