An open API service indexing awesome lists of open source software.

https://github.com/ianhomer/try-nextjs

Explore Next.js - React powered JavaScript web application framework
https://github.com/ianhomer/try-nextjs

explore javascript nextjs react

Last synced: about 1 month ago
JSON representation

Explore Next.js - React powered JavaScript web application framework

Awesome Lists containing this project

README

        

# Try Next.js

## Getting started

yarn
yarn dev

## Project Bootstrap

Created project with

npm init next-app try-nextjs \
--example \
"https://github.com/vercel/next-learn-starter/tree/master/learn-starter"

See [Learn Next.js](https://nextjs.org/learn).