Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 311 Bytes

File metadata and controls

17 lines (11 loc) · 311 Bytes

Ideas Board

Assumes:

  • node/yarn installed and added to path ('node -v' to check node, 'yarn --version' to check yarn)

To install/run:

  1. Navigate to ideas-board-app folder

cd ./ideas-board-app

  1. Install packages

yarn

  1. Start yarn

yarn start

  1. Navigate to http://localhost:3000 in web browser