Skip to content

gikuser/ReactNodeTesting-DevOps

 
 

Repository files navigation

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

About

Fork of the project for DevOps Assignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.5%
  • CSS 9.0%
  • HTML 4.5%