The purpose of this training is to practice The Elm Architecture (TEA) with the React ecosystem.
📌 This training is incremental, each exercise is a step to the solution. You only need to push the result of the last exercice (or the latest you succeed to do). It will be part of your evaluation.
For this training we use Vitejs to bundle our app. It provides a faster and leaner development experience for modern web projects
To run the project:
npm install
(ornpm i
)npm run dev
to run project with hot reload, in development mode.
Others npm commands :
npm run build
provides a way to build your app on production mode and put the result in thedist
folder.npm run test
launchs your tests written with fast-check
This training have two parts: