StyleList94 / create-stylish-app

Create a new Stylish JavaScript web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Stylish App

Create a new Stylish JavaScript web app.

App Template

Getting Started

Using npx

npx create-stylish-app <app-name> [--template template-name]

Using yarn

yarn create stylish-app <app-name> [--template template-name]

Options

create-stylish-app supports the following options:

  • -t, --template [template-name] - The template to use. You can use the following templates next, ethereum, react, pure-react, vanilla, web. Default: next

Example

# using default(next) template
npx create-stylish-app my-app

# using react template
npx create-stylish-app my-app --template react

About

Create a new Stylish JavaScript web app.


Languages

Language:JavaScript 100.0%