When I have an idea that strikes, I want to start building as fast as possible. I use the MEVN stack (Mongo, Express, Vue, Node) when I want to standup a project quickly. Here is how I setup these projects in 5 minutes or less.

Open the terminal

Navigate to wherever you store your projects

mkdir myproject
cd myproject
mkdir server
touch server/app.js
vue create client

This sets up the entire scaffold that you need for “server/client”

#mevn #vuejs #node #nodejs

How to Setup a Node.js Project with a Vue Frontend in 5 minutes
8.30 GEEK