GithubHelp home page GithubHelp logo

louis-young / portfolio Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 1.16 MB

A personal portfolio website.

Home Page: https://louisyoung.co.uk

JavaScript 19.84% HTML 42.06% PHP 6.48% SCSS 31.62%
static portfolio bem javascript performance accessibility sass html5 html showcase software web development

portfolio's Introduction

โš ๏ธ Please note that this is an old project and does not reflect the quality of my current work.

Portfolio

A personal portfolio website.

Portfolio

Description

A personal portfolio website with a slick and intuitive user interface.

Motivation

This enables me to showcase my work and allow others to contact me.

Technologies

  • HTML5.
  • Sass (BEM).
  • JavaScript.

System Requirements

You'll need the following installed on your local machine.

  1. Node.js

Setup

  1. Clone the repository and install with NPM

To set up the project structure, simply clone the git repository and install NPM.

$ git clone [email protected]:louis-young/website-boilerplate.git
$ npm install
  1. Run

There are different tasks which you can run depending on your needs:

  • $ npm start - start the local development server and live watch file changes.
  • $ npm run lint - lint scripts, stylesheets and markup.
  • $ npm run package - generate a production archive and directory which is ready to deploy.

Simply run any command in the project root directory such as:

$ npm start

Sass

https://sass-guidelin.es/#architecture

Miscellaneous

Linting

All of your markup, Sass and JavaScript is automatically linted on change. The output will appear in the console and will prevent poor code, bad convention and will lower the amount of silent/runtime errors.

This can also be run as a separate task by running $ npm run lint.

These can be configured by editing the associated linter configuration file in the configuration directory.

Sourcemaps

When using compilers and combining files, you need to keep track (a map) of where this code originated from. This helps immensely when debugging a project as you can see which file an error/warning is being thrown from and view this as source code.

Simply use developer tools as you would usually, it's all handled for you.

Compilation

Sass

Every Sass file and partial is linted, compiled, minified, prefixed and added in to the main.min.css file.

JavaScript

You can place multiple scripts in any of the scripts directories and import them in the bundle.js file. These will all be compiled and bundled in to the bundle.min.js file.

Assets

Static assets are automatically compressed/optimised and moved to the dist directory. This supports most common static asset file types and also supports subdirectories.

portfolio's People

Contributors

louis-young avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.