Skip to content
/ next-app Public template
forked from livechat/next-app

LiveChat Next.js App template bootstrapped using LiveChat Developer Console CLI

Notifications You must be signed in to change notification settings

ale-kacperczyk/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

dps login

bootstrap new LiveChat app using dedicated CLI

dps 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.

About

LiveChat Next.js App template bootstrapped using LiveChat Developer Console CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.6%
  • CSS 4.2%
  • JavaScript 1.2%