Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 1.23 KB

README.md

File metadata and controls

70 lines (50 loc) · 1.23 KB

Next-Conference-project

Whats's included

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         
└── 

To Run Project in your Local PC follow the following steps:

Clone My Github Repository from:

https://github.com/Joyontokarmakar/next-conferance-task.git

Installation

$ npm install

or

$ yarn

Basic usage

# dev server with hot reload at http://localhost:3000
$ npm run dev 

or

# dev server with hot reload at http://localhost:3000
$ yarn dev

For API

API Endpoint.

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