Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 720 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 720 Bytes

English | 简体中文

🍧Intro

This project contains two different branches:

  • fullstack: cli(micro front end for enterprise applications + node server + mongoDB)
  • fepro: micro front end for enterprise applications

And I set fullstack branch as main branch. You can use samcli-create to first settled your project:

npm i -g samcli-create
samcli-create your_project_name

🍧Start

Before we start, We need to determine if our environment has dependencies installed:

  • xl_close_port
  • MongoDB

if not, we run sh ./init-onlyOnce.sh to install it.

start main:

sh ./start.sh

start children:

cd client/app/docs
yarn
yarn start