next-101

🌊 Deep dive NextJS

Stars
7

Next 101

🌊 Deep dive NextJS

Contents

Getting Started

  • clone this repo
# install dependencies
> npm i
# or
> npm install

> yarn
# or
> yarn install

# copy .env file
> cp .env.example .env

# start project
> npm run dev
# or
> yarn dev

Contributions

Feel free to contribute to this project, if you find any bugs or improvements, open an issue and send a PR about it \o/