Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 599 Bytes

quick-start.md

File metadata and controls

executable file
·
30 lines (21 loc) · 599 Bytes

Quick Start

Requirements

prepare-environment

Install beidou-cli

$ npm install -g beidou-cli

Init and choose boilerplate

$ beidou init
? Please select a boilerplate type (Use arrow keys)
❯ Simple - Simple beidou isomorphic app boilerplate
  Redux - Redux beidou isomorphic app boilerplate
  CSS-MODULES - css-modules beidou isomorphic app boilerplate
  Advanced - Advanced beidou isomorphic app boilerplate

Start dev server

$ npm run dev

After that, navigate to http://localhost:6001/