Vous devez avoir npm installé sur votre machine.
git clone https://github.com/betagouv/proconnect-landing-page
cd proconnect-landing-page
npm install
npm run dev
npm run start:front
Welcome on localhost server : http://localhost:3001
Welcome on localhost client : http://localhost:5173
Command | Description |
---|---|
npm run dev |
Starts local dev server |
npm run start:front |
Starts local client |
npm run format |
Run prettier on all the code |