This starter scaffolds an app with:
- Frontend
- Backend
- Node.js Server (with Express)
-
Get the code.
git clone git@github.com:brillout/goldpage-vue-express-starter
-
Install the dependencies.
cd goldpage-vue-express-starter/ && yarn install
-
Start the dev server.
yarn dev
That's it: you can now go to http://localhost:3000 and start hacking.