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
- Host: GitHub
- URL: https://github.com/leolanese/nextjs-reactjs-blitzjs-repo
- Owner: leolanese
- Created: 2022-09-08T20:05:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T20:05:10.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T12:11:35.298Z (over 1 year ago)
- Topics: blitzjs, db, full-stack, javascript, nextjs, reactjs
- Language: TypeScript
- Homepage:
- Size: 185 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
[](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
```