Skip to content

miage-lille/catstagram-groupe-1-Skander-ayadi

 
 

Repository files navigation

Review Assignment Due Date Open in Visual Studio Code

Catstagram

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 (or npm 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 the dist folder.
  • npm run test launchs your tests written with fast-check

This training have two parts:

  1. Meet TEA
  2. Create your catstagram

About

miage-lille-catstagram-groupe-1-catstagram-ts created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • HTML 2.1%
  • Dockerfile 1.3%
  • JavaScript 1.1%