Skip to main content

Getting Started

Let's discover NextShield in less than 5 minutes.

Generate a new Next.js app#

npx create-next-app webapp

Start your app#

Run the development server:

cd webapp
npm run dev

Your app starts at http://localhost:3000.