An example of Node + Express (API), with VueJS (frontend), using TypeScript.
This repo is for a 5-part tutorial. Albeit this is a web-app, the skills and concept are easily transferable to mobile apps (NativeScript) or desktop apps (Electron), which I will write tutorials on if this series proved popular and useful.
- Setting up Node and Express API with TypeScript
- Setting up VueJs with TypeScript
- Setting up Postgres with Sequelize ORM
- Basic Vue templating and interaction with API
- Advanced Vue templating and image uploading to Express
git clone https://github.com/calvintwr/basicgram.git
git checkout tutorial-[part1/2/3/4/5] # depending on which branch you want to experiment