# leetcode **Repository Path**: steper/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Next.js Example This directory is a brief example of a [Next.js](https://nextjs.org) app that can be deployed to ZEIT Now with zero configuration. ## How we created this example To get started with Next.js on Now, you can use [npm create](https://www.npmjs.com/package/create-next-app) to initialize the project: ```shell $ npm create next-app my-app ``` ## Deploying this Example Once initialized, you can deploy the Next.js example with just a single command: ```shell $ now ``` ## Note - Next router is not support page refresh with router query, need add som custom logic;