Skip to content

margni/dough

Repository files navigation

Dough

codecov

Dough Logo

dough.margni.com

Sourdough Calculator

© Margni Ltd. 2020

Available Scripts

In the project directory, you can run:

Start

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Lint

npm run lint

Run ESLint & Stylelint against the project.

Test

npm test

Launches the test runner in the interactive watch mode.

Generate Coverage Report

npm run test:coverage

Run E2E tests

npm run cypress or npm run cypress:open

(Application must be running on http://localhost:3000)

Build

npm run build

Builds the app for production to the build folder.