Minimal example of using Next.js with React Context. This example is simple counter application. This project using React, Next.js and bulma.
First of all, clone this repository to your workspace.
git clone [email protected]:GankCC/next-context.git
Go to next-context directory.
cd next-context
Install dependencies.
npm install
Then run application by this command.
npm run dev
Open your favorite browser and go to localhost:3000
This project is licensed under the MIT License - see the LICENSE file for details