matheuss / blitz-perftest

Blitz.js performance testing

Home Page:https://perftest.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perf

Getting Started

  1. Ensure you have Postgres installed locally
  2. Set the DATABASE_URL environment variable, something like this:
DATABASE_URL=postgresql://<your_computer_username>@localhost:5432/blitz-example-store
  1. DB migrate
blitz db migrate
  1. Start the dev server
blitz start

Open http://localhost:3000 with your browser to see the result.

About

Blitz.js performance testing

https://perftest.now.sh


Languages

Language:TypeScript 93.1%Language:JavaScript 6.9%