This web application is a tool for BGU students to test their NodeJS server.
Hello, this web application will be used as a tool to test your NodeJS and help you implement it step by step, follow the instructions and have fun. You should not by any means touch the source code in this repository, IT'S ONLY A TOOL TO TEST YOUR SERVER, do not change anything, ever.
Make sure you have git
, npm
and Nodejs 7.2.0
installed on your pc.
Install git (windows) - https://www.atlassian.com/git/tutorials/install-git#windows
Install node (& npm) - https://nodejs.org/en/download/
- First, open your command line and clone / download this project to your pc:
git clone https://github.com/GBT3101/FrontEndTool-BGU.git
cd FrontEndTool-BGU
- Now, let's install some dependencies (it's easy):
npm install
- All set, lets run our web application:
npm start
- That's it, enter
localhost:3000
from your browser (Google Chrome
recommended). If your Nodejs server is down you will get some pop-ups about that - it's ok :)
In BlackJack you battle the dealer about who will be closer to 21.
Keep pressing "Hit Me" and get cards until you feel it's enough and then press "Submit Hand", closer to 21 than the dealer? good job, passed 21? you lost :) That simple.
To start, enter this repository: https://github.com/GBT3101/Nodejs-Tutorial-BGU
Further instructions will be exaplained there (Implementing the API, etc).
GOOD LUCK!