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

https://github.com/leolanese/nextjs-reactjs-blitzjs-repo

NextJS, on top of ReactJS using BlitzJS demo
https://github.com/leolanese/nextjs-reactjs-blitzjs-repo

blitzjs db full-stack javascript nextjs reactjs

Last synced: 3 months ago
JSON representation

NextJS, on top of ReactJS using BlitzJS demo

Awesome Lists containing this project

README

          

# Blitz.js

This directory is a brief example of a [Blitz.js](https://blitzjs.com/) project that can be deployed to Vercel with zero configuration.

## Deploy Your Own

Deploy your own Blitz.js project with Vercel by viewing the [documentation on deploying to Vercel](https://blitzjs.com/docs/deploy-vercel)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/blitzjs&template=blitzjs)

_Live Example: https://blitz-template.vercel.app_

### How We Created This Example

To get started with Blitz.js, you can use [npx](https://www.npmjs.com/package/npx) to initialize the project:

```shell
$ npx blitz new
```