Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 738 Bytes

README.md

File metadata and controls

39 lines (33 loc) · 738 Bytes

Create GFX

Set up a Web graphics application blazingly fast!

Prerequisites

Make sure you have either of the following installed:

Usage

Depending on your available JavaScript package managers, you can use one of the following commands:

NPM

npm create gfx $PROJECT_NAME
# or
npx create-gfx $PROJECT_NAME

Yarn

yarn create gfx $PROJECT_NAME
# or
yarn dlx create-gfx $PROJECT_NAME

PNPM

pnpm create gfx $PROJECT_NAME
# or
pnpm dlx create-gfx $PROJECT_NAME

Bun

bun create gfx $PROJECT_NAME
# or
bunx create-gfx $PROJECT_NAME