A beginner's guide to BBj development for experienced programmers. Learn BBj programming from environment setup through web development with the DWC (Desktop Web Client).
Live Site: https://BasisHub.github.io/BBj-Beginner-Course/
# Install dependencies
yarn
# Start dev server with hot reload
yarn start
# Build for production
yarn buildGIT_USER=<your-github-username> yarn deployThis builds the site and pushes to the gh-pages branch.