Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 607 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 607 Bytes

Next Context

Minimal example of using Next.js with React Context. This example is simple counter application. This project using React, Next.js and bulma.

Installing

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

License

This project is licensed under the MIT License - see the LICENSE file for details