Skip to content

balmjs/template-react-expert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

BalmJS template - react-expert

A React project with router

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 react-expert my-project

cd my-project
yarn
# or
npm i

Enjoy

# For development
npm run dev

# For production
npm run prod