/football-app

Primary LanguageJavaScript

App example

Setup

make sure you have yarn installed

Install Dependencies

In the root directory run

$ yarn

Start Dev Environment

$ yarn start

Build

Before build it will clean dist folder, run prettier and eslint

$ yarn build

Test

$ yarn test