Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 858 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 858 Bytes

GitHub Workflow Status GitHub deployments

Resume template

Small project using html and uikit build a static web. Thank to uikit css.

Getting Started

Clone the repository

git clone https://github.com/sonthanhdan/sonthanhdan.github.io.git <username>.github.io

Start the static web server. From npm@5.2.0, npm started installing a new binary alongside the usual npm called npx. So now, one liners to create static http server from current directory:

npx serve

# or

npx http-server

Deployment

Github Pages