Skip to content

mateusbw/tsk-manager

Repository files navigation

TSKS

This project was created with React.

Installing

this project uses node version v14.17.0

  git clone https://github.com/mateusbw/tsk-manager
  cd tsk-manager

to install the dependencies run:

yarn

or

npm install

Start dev server

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

yarn start

or

npm start

Build

Builds the app for production to the build folder.

to build the application run:

yarn build

or

npm run build

Tests

Follow these steps to run tests:

Run unit tests

$ yarn test:unit

or

npm run test:unit

Run e2e tests

$ yarn test:e2e

or

npm run test:e2e

Run e2e tests on GUI

$ yarn cypress:open

or

npm run cypress:open

Feel free to give your feedback

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published