This project generates de apptrade.bundle.js
file that will be loaded on client page. The file have scripts to handle vtex events and display showcase contants based on apptrade templates.
# install the dependencies
$ npm install
# start the application in watch mode (development mode)
$ npm start
# build the application (production)
$ npm run build