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
- Host: GitHub
- URL: https://github.com/balmjs/template-simple
- Owner: balmjs
- Created: 2016-11-26T01:53:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T08:50:40.000Z (over 2 years ago)
- Last Synced: 2024-05-27T12:33:24.317Z (12 months ago)
- Topics: balm, balm-cli
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-projectcd 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)