Skip to content

weakish/micro-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro Getting Started

Deploying Micro on LeanEngine Node.js environment.

Quick Start

Make sure you have installed lean-cli and have created an application at LeanCloud.

Then run the following command to bind the application:

git clone https://github.com/weakish/micro-getting-started your-project-name
cd your-project-name
lean switch

Run the project locally:

npm ci
lean up

Then you can visit the site locally at http://127.0.0.1:3000

Deploy the project to LeanEngine staging environment (if not available, it will deploy to production environment):

lean deploy

About

when Micro meets LeanEngine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors