507f87146c9c11e9d1a2f001fdbd374c68141cbc
devfolio
A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome.
View the demo here.
Setup
- Clone or fork this repository.
- Install required dependencies from your terminal by running
npm installfrom the project folder root containingpackage.json.
src\>npm install
- Use webpack to compile and bundle the css/js by running
npm run buildfrom the project folder root containingwebpack.config.js. Webpack will also begin watching these files for changes and re-build as they're modified.
src\>npm run build
- Open
index.htmllocally in your favorite browser. - Modify accordingly - styles, colors and variables can be changed in
styles.scss. Refer to the Bulma docs for guidance on how to quickly customize further to suit your tastes using color helpers and variables.
Contact
Description
A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome.
Languages
JavaScript
71.1%
SCSS
28.9%