Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 439 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 439 Bytes

Scripta

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000

yarn run dev

Testing

Run Tests

yarn run tests

Coverage

yarn run coverage

Production

Build the application for production:

yarn run build

Locally preview production build:

yarn run preview