Skip to content

balmjs/template-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

BalmJS template - svelte

A Svelte project

Requirements

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

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

Installation

balm init svelte my-project

cd my-project
yarn
# or
npm i

Enjoy

# For development
npm run dev

# For production
npm run prod