Skip to content

RiadHossain43/appbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APPBOX

The process assumes you already have git, node.js and yarn installed in you local machine.

Clone Project

Go to your suitable project directory in your machine and run the following command

git clone git@github.com:RiadHossain43/appbox.git

or if you are using https

git clone https://github.com/RiadHossain43/appbox.git

Now change your working directory to appbox

cd appbox

Intialise lerna

Run the folling command

npm install

or

yarn install

To initialise lerna run the following commands

npx learna@latest init

To bootstrap all the packages run folloing command

npx learna bootstrap --hoist

--hoist flag will hoist all your lerna dependency in the root of the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published