Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 438 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 438 Bytes

BalmJS template - ng

An Angular project

Requirements

npm install -g balm-cli balm-core
# OR
yarn global add balm-cli balm-core
# Verify
balm -V

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

Installation

balm init ng my-project

cd my-project
yarn
# or
npm i

Enjoy

# For development
npm run dev

# For production
npm run prod