Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1 KB

README.md

File metadata and controls

38 lines (21 loc) · 1 KB

Star Wars React Swapi

Run Unit Test

Getting Started

Clone this repo : git clone https://github.com/ptakpatryk/star-wars-react-swapi.git

Navigate to the root folder and install all dependencies :

  • yarn

Start Development Mode :

Available Scripts

In the project directory, you can run:

yarn test

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

yarn cypress:open

Runs cypress testing tool. Please make sure you have application running on your localhost port 8080.

yarn lint

To check javascript linting rules.

yarn lint:fix

To format codebase.