You can check out live preview.
- Clone the repo
git clone https://github.com/KonstHardy/personal-webstie.git
- Go to your project folder from your terminal
- Run:
npm install
- After install, run:
gulp
- It will open your browser (http://localhost:3000)
Gulp builds the app for production to the build
folder.
See additional Gulp settings in gulpfile.js