by Momcilo Dzunic aka smartbee.eth
Run any of scripts available in package.json
// clean dist
npm run clean
// build for production
npm run build
// run dev server with hot reload
npm run start
Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php