README
How do I run FE locally?
Prerequisites:
-
Install NodeJS (
v8.11.1
) -
Install NPM (
5.6.0
) -
Install BowerJS (
1.8.4
)
Steps To Run FE Locally:
-
Clone the project.
-
Edit your
hosts
file by adding this line on the end in order to map localhost to a custom domain127.0.0.1 local.avora.com
-
Open terminal and navigate to projects root
-
Run
npm install
andbower install
-
Run
npm run dev
in order to start FE local server -
After assets are generated you can open the FE using: https://local.avora.com