Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 548 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 548 Bytes

star wars app

Star Wars app

welcome!

Installation and setup

  1. Clone this Git repository and change to the new directory that has been created:

    git clone
    cd star-wars-app-giada
  2. Install all of the project dependencies using yarn:

    yarn
  3. Once installed you can run the Webpack development server:

    yarn start
  4. run the tests:

    yarn test

    Now open http://localhost:3000/ and check a character fro the Star Wars universe.