Deploy the program to localnet using the command displayed when you run the build above. Note down the public-key of the program once deployed (this is the solrazr-token-whitelist program id) and do the following.
Update TOKEN_WHITELIST_PROGRAM_ID inside js/client/pubkeys.js with the public-key generated above
Running JS Client To Create Token Whitelist
You can use the JS client to test the program
$ cd js
$ npm run start
You can modify js/cli/main.js and js/cli/token-sale-test.js to suit your needs.
You can find token whitelist map account printed to console when you run the JS client above. You need to use this account when initialising token sale.