TEAM-FALCON-Frontend

Kindly ensure you work from your develop branch, and create all pull requests to develop branch. This is to ensure you do not experience conflicts issues when creating pull requests. Any pull request made to the master branch will be closed.

tips

-Use git branch to see the branch you are currently working on. -If for example you want to work on about page in design two, create about.html file inside design-two folder. If it’s header and footer name your file header-footer.html.

Building and running on localhost

First install dependencies:

yarn install

To create a development build:

yarn dev

To run in hot module reloading mode:

yarn watch

To create a production build:

yarn build

Running

node dist/bundle.js