This is a Next.js project bootstrapped with create-next-shop
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3001 with your browser to see the result.
The .env
file contains environment variables used by the application. You can override them by creating .env.local
file.
The repository contains ready to use VS Code debugger configuration (.vscode/launch.json
).
Start server in debug mode
npm run debug
Add breakpoints, and start debugging session in your editor.
GraphQL extension for VSCode adds syntax highlighting, validation, and language features like go to definition, hover information and autocompletion for graphql projects. This extension also works with queries annotated with gql tag.
VS Marketplace link