pea-cli
v0.1.6
Published
CLI tool for Peajs
Downloads
4
Readme
pea-cli
CLI tool for peajs
Installation
npm i -g pea-cliCommand
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.
