Git Product home page Git Product logo

game-platform's Introduction

Node Playground

Code 401: Advanced Software Development in Full-Stack JavaScript
Code Fellows, January 2016
Author: John Hearn

I wanted a set up where I can quickly and easily create a new javascript file, execute it from the terminal, and see some console and/or browser output. This playground has all of my commonly-used modules installed, though you probably won't need a lot of them most of the time.

Getting started: After you fork or clone the repo to your machine, you probably want to

  1. install the node modules listed in the package with npm i

  2. checkout a new branch with git checkout -b foo
    you'll edit the code in www/js/index.js that allowed you to run your old code, so this way you can always get it back by checking out the correct branch for whatever you were working on before.

  3. create a new js file to play with, e.g. touch ./www/js/foo.js or copy one of the templates, such as cp ./templates/module_template.js ./www/js/foo.js

  4. blow away whatever is in www/js/index.js include your new js file, and put your code to generate some output here.

  5. run your code with either npm start, npm run webstart or npm test as appropriate.

game-platform's People

Contributors

johnthebastard avatar andalex avatar max33nau avatar ramr avatar kylebuch8 avatar kanakiyajay avatar

Watchers

James Cloos 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.