webdesignermsk / website-barba-webgl

Creating a simple portfolio website with WebGL and Barba.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First run:

  1. git clone
  2. npm i

Development: npm start

Build: npm run build

Plain HTML url example: http://localhost:8080/homepage.html

HTML: ./src/public Images: ./src/images (don't forget to import image in index.js, so webpack know about it) Fonts: ./src/fonts JS: ./src/js (index.js is main js file) scss: ./src/scss (main.scss is main styles file)

All files will be generated in ./dist folder.

About

Creating a simple portfolio website with WebGL and Barba.js


Languages

Language:JavaScript 60.9%Language:SCSS 19.5%Language:HTML 12.4%Language:GLSL 7.1%