You can check my promo page here: ashmee.github.io.
You must have installed: node, npm, gulp. (Global dependencies).
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/ashmee/ashmee.github.io.git
# Go into the repository
cd ashmee.github.io
# Install dependencies and autostart Dev version
npm iFor Prod version:
npm run build
... or
gulp prod
Then you may open index.html file from /build/ directory
Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.
build/build directory with minified filessrc/font/styles/main.cssentry-point styles
images/graphic files(png, svg)scripts/main.jsentry-point JS files
index.htmlentry-point html
.eslintrc.jsoneslint rules.stylelintrc.jsonstylilint rulesindex.htmlexample html file for "github pages" ashmee.github.io