Skip to content

ei-show/chatbot_made_with_nextjs

Repository files navigation

NextJS Typescript Boilerplate

Bootstrap a developer-friendly NextJS app configured with:

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app
# or
yarn create next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app

Deploy it to the cloud with Vercel (Documentation).

環境構築メモ

基本はnpm installでOK

tailwindcss

npm install -D tailwindcss@latest postcss@latest autoprefixer@latest

npx tailwindcss init -p

About

nextjsで作るチャットボット

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published