0.1.0 • Published 6 years ago
@clast/cli v0.1.0
@clast/cli
Installation
npm i -g @clast/cli
# OR
yarn global add @clast/cliInitialize
# create a new clast project
clast init my-project [./path-to-directory]Project Development
# create initial build
clast build
# run development clast server
clast devProduction
# build clast
clast build
# run in production mode
clast start