balmjs / template-react-master

A React project with router & store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BalmJS template - react-master

A React project with router & MobX

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-master 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 & store


Languages

Language:JavaScript 92.7%Language:SCSS 4.9%Language:HTML 2.4%