front-end-test-fasset.com

How to Run this project

  1. Clone this repo
  2. Install and Run Project
cd front-end-test-fasset.com
npm install # OR
yarn install
# then run
npm run dev # OR
yarn dev
# open browser and type localhost:3000
  1. Build Project
# build (from now on using yarn)
yarn export # the output will be in out folder
# install a simpe web server
npm install -g http-server
# run the build folder
http-server out/
# open browser and type localhost:8080