Add the library to your project
bower install chessboard-js
Create a div to host your chessboard
Fire up the ChessboardJS library
var board = new Chessboard('board');
If you connect it with third party libraries you can start to play with it. Click on the pieces to try.