Skip to content

realrisman/react-typescript-store-with-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎥 Demonstration

🖥 Application

demo-application

🤖 Testing

demo-testing


💻 Running the Application

Prerequisites

It is necessary to have installed on your machine to execute this project:

  • NodeJS
  • Yarn package manager

💻 Cloning the Repository

$ git clone git@github.com:realrisman/react-typescript-store-with-testing.git

# enter the project folder

$ cd react-typescript-store-with-testing

💻 Running the Application

Install the dependencies

$ yarn

# or

$ yarn install

Run the application

$ yarn dev

# this command runs the server and the store

Run the test

$ yarn test

# or you can run this command to see the test coverage

$ yarn test --coverage --watchAll=false

🛠️ Technology

The tools used in the development of the project.

SPA React:

  • Typescript
  • ReactJS
  • React Router Dom
  • Jest
  • Testing Library
  • Context Api
  • Json Server

Releases

No releases published

Packages

No packages published