Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.13 KB

File metadata and controls

33 lines (20 loc) · 1.13 KB

Getting Started with Vested

Hosted App

Please access the hosted version of this app at: https://vested.netlify.app/

Project Background

This project was created, alongside a back-end database, to encourage first-time investors with an interest in ethical investing explore their options. It’s designed to be used either on desktop or mobile.

The app was developed by team 'Buzzfeed Investors' as part of the Northcoders Software Development bootcamp - please find links below to the GitHub pages for the other members of the team:

Back-end Repo

The back-end repository is available at: https://github.com/LiamCurran95/vested-BE

Node

The minimum required version of Node to run this app locally is: v17.5.0

Run This App Locally

To run this app locally:

  1. Clone the repository through the command line with git clone https://github.com/LiamCurran95/vested-fe
  2. Install the dependencies through the command line with npm install
  3. Run the app with npm start.