Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Setup Guide

PythonGuy edited this page Mar 13, 2020 · 4 revisions

Installation Instructions

Story-squad uses Yarn, as per Lambda standard. Below you'll find a simple outline of the process required to set up Story-Squad on your local system using yarn commands.

1. Clone repo

git clone https://github.com/Lambda-School-Labs/story-squad-fe.git

cd story-squad-fe

2. Install dependencies

yarn install

3. Run test

yarn test

4. Clone and download the backend

5. Follow back end setup guide

6. Run the application locally

yarn dev

Other Available Scripts

  • build - creates a build of the application
  • dev - runs the development server
  • test - runs tests as defined in *.spec.ts files
  • lint - format and correct errors with prettier
Clone this wiki locally