How to Run this project
- Clone this repo
- 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
- 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