Skip to content

if12/0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bee

Feature

  • Global
  • Dynamic Watch
  • Zero Configuration
  • Middleware

Usage

Init

  • Enter your project path, Such as /usr/username/path/to/repo

  • bee init It will generate structure like that:

    ├── example
    │   └── index.js
    ├── package.json
    └── src
        └── index.js
    
  • cd

Start

The start cli will run the file inside the example folder.

All yarn start Optional yarn start <name>

Enjoy

Have Fun!

Thanks