https://github.com/balmjs/template-ng
An Angular project
https://github.com/balmjs/template-ng
angular balm balm-cli
Last synced: about 2 months ago
JSON representation
An Angular project
- Host: GitHub
- URL: https://github.com/balmjs/template-ng
- Owner: balmjs
- Created: 2017-04-03T01:37:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T08:50:53.000Z (over 2 years ago)
- Last Synced: 2024-05-27T12:33:18.355Z (12 months ago)
- Topics: angular, balm, balm-cli
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BalmJS template - `ng`
> An Angular 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 ng 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)