Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

A demo to show you how to get started with BruinPlay!

Notifications You must be signed in to change notification settings

acm-hackschool-f17/session-4-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bruin Play: How to Get Started Demo

Overview:

BruinPlay is your final project for Hackschool this quarter! Let's go over how to get started with it!

Steps:

Step 1: Download starter code

Option 1 - Via Download

  • Click on the green button at the top right corner of the page
  • Click "Download ZIP"
  • Open the starter folder in your preferred editor

Option 2 - Via Git

  • Run the following in your terminal:
$ git clone https://github.com/acm-hackschool-f17/session-4-hack.git
$ cd session-4-hack
Step 2: Install libraries using NPM
  • Run the following in your terminal (once you are in the BruinPlay directory):
$ npm install
  • To start the server:
$ node server.js

Essential Links:

About

A demo to show you how to get started with BruinPlay!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published