/simple-bank-vuejs

Front End for consuming Simple Bank API developed in VueJS.

Primary LanguageVue

Simple Bank Front with VueJS

Front End for consuming Simple Bank API

website demo

The API be available in this repository

Execution

  1. Clone this repository
git clone https://github.com/vitor-msp/simple-bank-vuejs.git
  1. Access the downloaded folder
cd simple-bank-vuejs
  1. Create file with environment variables
cp .env.sample .env
  1. Install Node dependencies
npm install
  1. Run site
npm run dev
  1. Access site URL

Notes

  1. The port 5173 in your machine must be free