balmjs / template-react-expert

A React project with router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A React project with router


Languages

Language:JavaScript 88.4%Language:SCSS 8.8%Language:HTML 2.8%