A hardware begin guide for Front-End developer, enjoy it!
- Real-time video camera.
- Control of driving though web socket.
- Speech recognition.
- Image identification.
- Obstacle avoidance.
- Motor Shield
Install front-end modules
$ cd client
$ bower install
$ gulp
Build static resources
$ cd client
$ gulp
Config it first
$ vi config/server.js
Run the server
$ cd client
$ node index
Then head to http://localhost:8000 in your browser.