1. 1
    Create a new Blitz.js Project
    35s

Create a new Blitz.js Project

InstructorKhaled Garbaya

Share this video with your friends

Send Tweet

For Blitz.js to wrok properly you need to have Node.js 12 or newer.

You can create a new Blitz.js project using the Framework's cli tool.

Install Blitz

Run npm install -g blitz

Create a New App

  1. blitz new myApp
  2. cd myApp
  3. blitz start
  4. Navigate to your app at http://localhost:3000