I have built a very basic chess application without any rules and restriction using Angular 2
How to run it
1. First you must need to install Node js
https://nodejs.org/en/download/
2. Set path in Environment variable for Node js home directory (ex : C:\Program Files\nodejs\)
3. Clone the directory from Git
4. Open command prompt on this cloned location.
5. Write a command ( if you already have node_module then you can skip this step)
npm install
6. Write a command
npm start
You should see your application started on localhost browser
Default port is "3000"
The way ahead :-
I will keep updating and adding more functionality to this application. Leave a comment if have any question.
Edit 1 :-
Updated the code with Chess Rules
How to run it
1. First you must need to install Node js
https://nodejs.org/en/download/
2. Set path in Environment variable for Node js home directory (ex : C:\Program Files\nodejs\)
3. Clone the directory from Git
4. Open command prompt on this cloned location.
5. Write a command ( if you already have node_module then you can skip this step)
npm install
6. Write a command
npm start
You should see your application started on localhost browser
Default port is "3000"
The way ahead :-
I will keep updating and adding more functionality to this application. Leave a comment if have any question.
Edit 1 :-
Updated the code with Chess Rules