/alexadejumo.github.io

My personal website and portfolio

Primary LanguageHTMLMIT LicenseMIT

Simplefolio ⚡️ GitHub GitHub stars GitHub forks

A clean, beautiful and responsive portfolio template for Developers!

Feel free to use it as-is or customize it as much as you want. I was motivated to create this project because I wanted to contribute on something useful for the dev community :)

Simplefolio

Features

✔️ Modern UI Design + Reveal Animations
✔️ One Page Layout
✔️ Built with Bootstrap v4.3 + Custom SCSS
✔️ Light Clean Codes
✔️ Fully Responsive
✔️ Valid HTML5 & CSS3
✔️ Optimized with Webpack
✔️ Well organized Documentation

To view a demo example, click here
To view a live example, click here


Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites 📋

You'll need Git and Node.js (which comes with npm) installed on your computer

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher

How To Use 🔧

From your command line, clone and run Simplefolio:

# Clone this repository
$ git clone

# Go into the repository
$ cd simplefolio

# Remove current origin repository
$ git remote remove origin

# Install dependencies
$ npm install

# Start development server
$ npm start

NOTE: If your run into issues installing the dependencies, use this command:

# Install dependencies with all permissions
$ sudo npm install --unsafe-perm=true --allow-root

# Start development server
$ npm start

Once your server has started, go to this url http://localhost:8080/ and you will see the website running on a Development Server:

Simplefolio

License 📄

This project is licensed under the MIT License - see the LICENSE.md file for details