Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 2.34 KB

File metadata and controls

83 lines (52 loc) · 2.34 KB

Contributors Last Commit Pull Requests MIT License


Table of Contents

About The Project

This project was created during the Summer 2021 session of Codubee. We built this application as a solution to those who want an easy way to choose a stock.

Getting Started

To get a local copy up and running follow these simple steps:

For the frontend

  1. Clone the repo
git clone https://github.com/Codubee/StockPickerMW11-12-Back.git
  1. Install NPM packages
npm install
  1. Run the start command
npm run start

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.