FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ccraciun/jsDip · GitHub

/ jsDip Public

Latest commit

 

History

133 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript implementation of a diplomatic game.

NOTE: This is currently in development, so the readme is developer-focused.

Prerequisites

  • Node apt-get install nodejs
  • Gulp (JS task runner) npm install -g gulp
  • Bower npm intall -g bower

Setup

Run npm install and bower install

Running

Run gulp serve for a browser preview. It autoupdates as you make changes to html/js/css!

Testing

  • For backend/unit tests, gulp test should run mocha
  • (setup): run bower install in the /test folder
  • Run gulp serve
  • Load http://localhost:9000/test/

Building

Run gulp to build into dist/

Planning

Current planning document at Project Planning

Cheatsheet

  • Add a frontend package: bower install <package name> --save
  • Add a frontend test-related package: bower install <package name> --save, in the /test folder!
  • Add an npm package: npm install <package name> --save-dev (assuming all npm packages are for dev tasks)

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL