Giter VIP home page Giter VIP logo

hello's Introduction

hello.js

A JavaScript powered portfolio for developers.

Setup

  • Clone the project from GitHub.
  • Download Vagrant here and run the installer
  • Download VirtualBox 4.2.12 here and run the installer
  • Run "vagrant up" to start up and bootstrap the virtual machine
  • Run "vagrant ssh" to connect to the virtual machine
  • Go to /vagrant/server copy config.example.js to config.js and configure the application
  • Run "node app.js" to start the server
  • Navigate to http://localhost:1337 to see Hello in action

Configuration

All configuration is done in server/config.js, here is an example configuration:

path = require('path');

var config = {
  listenPort: 3000,
  webRoot: path.resolve(__dirname, '../client/web'),
  cacheDuration: 86000, // 1h
  github: {
    login: '<your-github-login>',
  },
  twitter: {
    login: '<your-twitter-login>'
  },
  bitbucket: {
    login: '<your-bitbucket-login>'
  },
  linkedin: {
    login: '<your-linkedin-login>'
  },
  gplus: {
    login: '<your-gplus-login>'
  }
};

module.exports = config;

Project structure

hello
├- bootstrap           # bootstrap files
├- client              # client application
|  ├- app              # angular application
|  |  ├- controllers   # angular controllers
|  |  └- services      # angular services
|  ├- less             # less root
|  └- web              # web root
|     ├- css           # compiled css
|     ├- js            # compiled javascript
|     └- partials      # angular views
└- server              # server application
   ├- clients          # server api clients
   ├- helpers          # server helpers
   └- routes           # server routes

hello's People

Contributors

crisu83 avatar

Watchers

 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.