gkweb / portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Work in progress of my new portfolio

Built with barebones:

Barebones

Setup

For development tools and building:

  1. Install the latest Node.js and NPM.
  2. Run npm install within the project root directory in Terminal.
  3. Run npm run build:watch.
  4. Run npm start in another tab. Tada!

Scripts

Command Purpose
npm run lint:js Lint JS (see eslintConfig in package.json).
npm run lint:js:fix Lint JS and automatically fix issues.
npm run lint:css Lint CSS (see stylelint in package.json).
npm run clean Delete /bundle.
npm run build Compile JS and CSS to /bundle.
npm run build:watch Build, rebuilding on source file changes.
npm start Start a dev server and open in browser.

About


Languages

Language:JavaScript 46.9%Language:CSS 39.5%Language:HTML 13.7%