0.1.6 • Published 4 years ago

pea-cli v0.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

pea-cli

CLI tool for peajs

Installation

npm i -g pea-cli

Command

pea create [projectName]

Create a pea project.

pea dev

Runs the app in development mode.

Open http://localhost:3000 to view it in the browser.

pea test

Runs the test watcher in an interactive mode.

pea build

Builds the app for production to the build folder.