Skip to content

Demo application that displays a list of contacts from an external rest api.

Notifications You must be signed in to change notification settings

tdopierala/v-contact-list

Repository files navigation

vContactListApp (v-contact-list)

Demo application that displays a list of contacts from an external rest api.

Link to application: https://v-contact-list.netlify.app

Netlify Status

contact-list-screenshot

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Lint the files

npm run lint

Format the files

npm run format

Build the app for production

npm run build

Version

Latest: 0.1.0-dev