Skip to content

jackgris/goscrapy-front

Repository files navigation

GoScrapy-front

This repo will be the front end of the Goscrapy project

Features

Getting started

Clone this repository and then, install the dependencies:

pnpm install

Scripts

  • pnpm dev - start a development server with hot reload.
  • pnpm build - build for production. The generated files will be on the dist folder.
  • pnpm preview - locally preview the production build.
  • pnpm test - run unit and integration tests related to changed files based on git.
  • pnpm test:ci - run all unit and integration tests in CI mode.
  • pnpm test:e2e - run all e2e tests with the Cypress Test Runner.
  • pnpm test:e2e:headless - run all e2e tests headlessly.
  • pnpm format - format all files with Prettier.
  • pnpm lint - runs TypeScript, ESLint and Stylelint.
  • pnpm validate - runs lint, test:ci and test:e2e:ci.

About

This repo will be the front end of the Goscrapy project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published