This is a Next.js project bootstrapped with create-next-app.
working setup requiers git, node, npm installed.
- git -
https://gist.github.com/derhuerst/1b15ff4652a867391f03 - node, npm -
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04
clone and move into repository
git clone [email protected]:Naveen-2504/comment-module.git
cd comment-module
Install node packages
npm install or npm i
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3041 with your browser to see the result.
Api Url is http://localhost:3041.