Skip to content

livechat/next-app

Repository files navigation

LiveChat Next.js App

This project was bootstrapped using LiveChat Developer Console CLI

🚀 Getting Started

Install dependecies

npm install

login to the LiveChat Developer Console CLI using your LiveChat account

lcdev login

bootstrap new LiveChat app using dedicated CLI

lcdev bootstrap --baseURL <your-local-url>

start local development server

npm run dev

go to https://my.livechatinc.com and see your newly created app in action!

⚙️ Available Scripts

dev

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.

build

Builds the app for production to the .next folder.

start

Starts production ready Next.js web server.