Giter Site home page Giter Site logo

hovercar's Introduction

project

A very basic project template. Requirements: node, npm, php 5.4+

  • Clone into whatever you want to call your new project, e.g. "banana-bot"

    $ git clone [email protected]:johnshopkins/project.git banana-bot
    
  • cd into your new project directory

    $ cd banana-bot
    
  • Install gulp globally, if you don't already have it

    $ which gulp || npm install -g gulp
    
  • Install node packages

    $ npm install
    
  • Start web server on your favorite port, e.g. 4000

    $ php -S localhost:4000 -t public/
    
  • In a new terminal tab, run the gulp watch command

    $ gulp watch
    
  • Open to http://localhost:4000 in your favorite browser

  • Scoop up the mountains of money and awards and medals bestowed upon your head on account of your new and great success.

Some Rules

  1. Only edit files in the src directory.
  2. ONLY EDIT files in the src directory!
  3. Any files you put in src/pages should be in "pagemaki style", with some YAML front matter a la Jekyll. They'll be built and dropped into whatever layout you define at the top of the file, and the system will look for that layout at src/layouts/{name}.html
    • The files you put here in src/pages will be built into public directly, so src/pages/index.html will end up in public/index.html
  4. Any files you put in src/static will be built into the public root also. Don't have files here that match the relative path of a file in src/pages or you will have pain
  5. Only edit files in the src directory

hovercar's People

Contributors

ericconrad avatar jasonrhodes 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.