An open API service indexing awesome lists of open source software.

https://github.com/balmjs/template-simple

A simple project
https://github.com/balmjs/template-simple

balm balm-cli

Last synced: about 2 months ago
JSON representation

A simple project

Awesome Lists containing this project

README

        

# BalmJS template - `simple`

> A simple project

## Requirements

```sh
npm install -g balm-cli balm-core
# OR
yarn global add balm-cli balm-core
```

```sh
# Verify
balm -V

# Output:
# balm-cli: 4.0.0
# balm-core: 4.0.0
```

## Installation

```sh
balm init simple my-project

cd my-project
yarn
# or
npm i
```

## Enjoy

```sh
# For development
npm run dev

# For production
npm run prod
```

- thx [BalmJS](https://github.com/balmjs/balm)