Skip to content

Launching Examples

Oleh Saveniuk edited this page May 13, 2020 · 2 revisions

Clone g.frame repository:

  • with HTTPS: https://github.com/VeryBigThings/g.frame.git
  • with SSH: [email protected]:VeryBigThings/g.frame.git

Open cloned repo and enter the following commands in your terminal:

  • npm install
  • npx lerna bootstrap --hoist
  • npm run build

Go to examples folder:

  • cd packages/g.frame.examples

Launch the examples:

  • npm run start

Now you can start testing newest versions of the packages or adding your own

Clone this wiki locally