API Based Wifi Controller for Manual Controlled Bot
Create a local clone of the repository
$ git clone https://github.com/HavokSahil/RoboController
Running Client Application
- Navigate to the directory
$ cd RoboController
- Install Node Modules for Client App
$ yarn install
- Run the Application
$ yarn start
Running Server:
- Navigate to the Server directory
$ cd RoboController/Server
- Install Node Modules for Server
$ npm install
- Run the Server
$ npm start
or$ node server.js
Once you have npm installed you can run the following both to install and upgrade Yarn:
$ npm install --global yarn