what / magnolia-js

MagnoliaJS 2022 page

Home Page:https://magnoliajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagnoliaJS

MagnoliaJS is powered by BlitzJS

Getting Started

Run your app in the development mode.

blitz dev

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

Tests

Runs your tests using Jest.

yarn test

Blitz comes with a test setup using Jest and react-testing-library.

Commands

Blitz comes with a powerful CLI that is designed to make development easy and fast. You can install it with npm i -g blitz

  blitz [COMMAND]

  dev       Start a development server
  build     Create a production build
  start     Start a production server
  export    Export your Blitz app as a static application
  prisma    Run prisma commands
  generate  Generate new files for your Blitz project
  console   Run the Blitz console REPL
  install   Install a recipe
  help      Display help for blitz
  test      Run project tests

You can read more about it on the CLI Overview documentation.

Learn more

Read the Blitz.js Documentation to learn more.

About

MagnoliaJS 2022 page

https://magnoliajs.com


Languages

Language:JavaScript 98.2%Language:Shell 1.8%