Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ blitz Public
forked from blitz-js/blitz

⚡️Framework for building monolithic, full-stack, serverless React apps with zero data-fetching and zero client-side state management

License

Notifications You must be signed in to change notification settings

doc22940/blitz

 
 

Repository files navigation

Blitz ⚡️

Build Status

Framework for building monolithic, full-stack, serverless React apps with zero data-fetching and zero client-side state management

Welcome to the Blitz Community 👋

The Blitz community is warm, safe, diverse, inclusive, and fun! LGBTQ+, women, and minorities are especially welcome. Please read our Code of Conduct.

LIVE Demo

The initial Blitz demo is live at first-demo.blitzjs.com!

It's source code is at examples/first-demo. NOTE: The API is very alpha, and will change.

Sponsors

Sponsor Blitz and display your logo and hiring status here. See options on Open Collective

I invite you to join me — let’s build the future of web dev together. 🤝

If you’re interested in helping or just want to keep a pulse on the project, drop your email here 👉 Blitzjs.com

How to Get Started With Blitz Framework Development

1. Clone the repo

git clone [email protected]:blitz-js/blitz.git
cd blitz

2. Install dependencies

yarn

3. Start the package server. This must be running for any package development or example development

yarn dev

Develop a Blitz package

1. Change to a package directory

cd packages/core

2. Start the test runner

yarn test:watch

Run a Blitz example

1. Change to an example directory

cd examples/first-demo

2. Follow instructions in the example's README

About

⚡️Framework for building monolithic, full-stack, serverless React apps with zero data-fetching and zero client-side state management

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.7%
  • JavaScript 5.8%
  • HTML 1.3%
  • Batchfile 0.2%