This is a GraphQL Relay boilerplate for Vite, React and TypeScript.
-
Installing dependencies through
npm install
-
Running the application in development mode through
npm run dev
-
Running the application in production mode through
npm run build
-
Expose the built application through
npm run preview
-
To run tests through
npm run test
-
To run UI tests through
npm run test:ui
-
To run coverage tests through
npm run test:coverage
-
To run the relay compiler through
npm run relay
-
To run the relay compiler in watch mode through
npm run relay:watch