Read the full tutorial at Dev.to here
Clone the Codehooks examples repo, then move into the sub folder for this project and install npm dependencies.
git clone https://github.com/RestDB/codehooks-io-examples.git
cd codehooks-io-examples/bsgenerator
npm install
Next you'll need to connect the local project directory to your Codehooks.io project space.
Sign up for an account at Codehooks.io, and create a new project, e.g. mywebapp.
Install the Codehooks.io CLI.
npm install -g codehooksLogin to your account.
coho loginConnect your local web app project with your account/project.
coho init --emptyTo deploy the complete web app and the backend API run:
npm run deployCheck your project URL, in my example it's https://bsgenerator-kge3.api.codehooks.io/dev
coho info