Next-Conference-Project
├── Next-js # Framework
│ └── vl3.4.8
│
├── Tailwind CSS # project root
│ ├── v3.3.2
|
├── apollo/client # bind a query to a component
│ ├── v3.7.16
│
├── graphql # query language
│ ├── v16.7.1
│
├── react-beautiful-dnd # List Drag and Drop
│ ├── v13.1.1
│
├── moment js # Date Formatter
│ ├── v2.29.4
└──
https://github.com/Joyontokarmakar/next-conferance-task.git
$ npm install
or
$ yarn
# dev server with hot reload at http://localhost:3000
$ npm run dev
or
# dev server with hot reload at http://localhost:3000
$ yarn dev
Open http://localhost:3000 with your browser to see the result.