0.5.0 • Published 6 years ago
@getbench/cli v0.5.0
@getbench/cli
A command line tool for creating new Bench projects.
Installation
Install the Bench CLI tool globally with npm install -g @getbench/cli
Creating new projects
Run bench create [dir] to create a new Bench project. The default dir is site.
Start local development
Run yarn dev inside the project directory to start a local development server. The server will start at http://localhost:8080/ with hot-reloading etc.
Build for production
Run yarn build to generate a static site inside a dist directory in your project.