Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 522 Bytes

File metadata and controls

18 lines (11 loc) · 522 Bytes

ReactNodeTesting

Sample React and Node/Express project to demonstrate usage of React Test Library and Jest test frameworks. Article for this can be found here - https://medium.com/@eljamaki01/testing-a-react-node-express-app-with-react-test-library-and-jest-2ac910812c41

To run this thing, you need to first verify that the system has node and npm installed:

node -v npm -v

After verifying that, run:

npm install

Then run the following to build and serve the application:

npm run build-react npm start