Git Product home page Git Product logo

Portfolio v3

based off the JEAN stack, simple view based portfolio using masonry

Installation

  1. Clone the repository and cd into the directory
  2. Install npm (node) modules: npm install
  3. Install bower dependencies bower install

For development (uses gulp to auto compile and serve to port 3000):

  1. Start gulp: gulp
  2. View in browser at http://localhost:3000

For Production (serves the public folder to port 8080):

  1. Start up the server: node server.js
  2. View in browser at http://localhost:8080
  3. Optionally use forever to keep the server running after shell is close

Troubleshooting Setup (OS X):

NPM throws errors / says I don't have permission and to use sudo

Woah, stop right there. Npm should never require sudo, you've got yourself a permissions issue! Fix this by executing sudo chown -R $(whoami) ~/.npm to give npm the right permissions to your system.

The Gulp command does not work!

If the gulp command is not recognised, it's probably never been installed on your machine. Use npm install -g gulp and npm install -g gulp-sass to make these modules avaliable from the command line.

Gulp works but gulp-sass throws an error and won't compile

This is probably because gulp-sass only supports up to node v0.10.33. See bellow:

Do I have the right version of Node?

Gulp-sass requires node v0.10.33, check you have the right version using: `node -v'

Parker's Projects

avatars icon avatars

Collections of diverse and representative avatars

gbr-api icon gbr-api

A cross-platform JSON proxy for the GB railway Live Departure Boards SOAP API

nbn-setup icon nbn-setup

Mock selector for NBN video setup experience

node-whatsapp icon node-whatsapp

Node library for interacting with WhatsApp for Business Cloud API

radar icon radar

Information visualisation for UTS Engineering and IT

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.