Setting Up Visual Studio Code for AdonisJs Development
After working with some of the more mature MVC frameworks like Laravel and Phoenix, I was excited to see AdonisJS hit 5.0 and fully support TypeScript.
It's fairly easy to start a new AdonisJS project:
# npm
npm init adonis-ts-app example-app
# yarn...
warren.hashnode.dev3 min read