Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Latest commit

 

History

History
84 lines (58 loc) · 2.68 KB

README.md

File metadata and controls

84 lines (58 loc) · 2.68 KB

Logistics platform UI

Contributing

Read our Development workflow guide to get started

Available Scripts

npm start

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

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

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

npm test -- -u

Same as npm test but regenerates the Jest snapshots from the current code. Only do this after manually verifying the page is rendering as intended.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run lint

Lints the code and applies fixes, if autofixable.

npm run codegen

Regenerates src/generated/graphql.ts from the server schema. Requires server to be running.

Technologies

Infrastructure:

Testing:

Styleguide

Front-end Styleguide on Notion