This simple CLI allow you to start a Grial server without worring about the server code, just write you API code and let Grial handle the rest.
Install it
npm i @grial/cli
Install peer dependencies
npm i @grial/server
Add the following script to your package.json
{
"scripts": {
"start": "grial start"
}
}
Then start your API
npm start
Run the Grial API server