<aside> ✅ Make sure you’ve checked our Pre-requisites page.

</aside>

This short tutorial will explain how to perform a super quick (~5mn) local installation (for local-only testing purposes, without deploying anything online)

Step-by-step installation

  1. git clone <https://github.com/lucky401/vue-resilient-architecture.git> vue-quick-start - Clones the boilerplate repository
  2. cd vue-quick-start - Move to project root directory
  3. cp .env.example .env - Copies the default ENV variables from the example file, necessary when running the project
  4. npm run setup - Setup and Installs all dependencies from package.json
  5. npm run serve - Starts the app on http://localhost:8080/

That’s it! The project should work on your local computer! The demo should run locally, and you can start playing around.

Tips

Deploying online manually

<aside> 🚧 Missing content!

</aside>

▶️  Next Video Tutorials