Vite.js 4, React.js 18, and Node.js 18
In this example, we defined some stories and implemented them by building a dummy component following a fully TDD workflow. This is not a real app.
More: https://www.jh.tn/blog/react-tdd
docker compose up --no-start
to build images from docker compose filedocker compose up development
to run the app (offline) using Dockerdocker compose up test
to run tests using Docker
npm install
for local installationnpm run test
to run tests locallynpm run dev
to run the dummy app locally