Skip to content

Esqueleto de aplicación en React + TypeScript + Webpack.

Notifications You must be signed in to change notification settings

DevJoseManuel/ts-react-app

Repository files navigation

ts-react-app

Instructions

First clone the repository and install the required libraries:

$ npm install

To run the app in development mode follow the steps below:

$ npm run start

If you want to create a production bundle run:

$ npm run build

To run the test:

$ npm run test

If you prefer, you could execute the test in watch mode:

$ npm run test:watch

To obtain the coverage report:

$ npm run test:coverage

To view end to end test (remember application must be running):

$ npm run cy:open

To run end to end test (remember application must be running):

$ npm run cy:run

or, if you prefer, you can run the application (in development mode) and end to end test at the same time:

$ npm run test:e2e:dev

About

Esqueleto de aplicación en React + TypeScript + Webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published