Skip to main content

Creating from scratch

Follow the below steps to create a FrontHub application from scratch:

note

If you don't have the front-hub-cli installed yet, please visit the Getting started session before to continue.

In a terminal type the below command to create a new FrontHub application.

 front-hub init my-first-project

Or if you already have a Git Repository, run the command:

 git clone git@github.com:YourCompany/my-first-project.git
cd my-first-project
front-hub init

After creating the project you can easily run and start editing.

 cd my-first-project/packages/main
yarn start