francois2metz / Dossier-Facile-Frontend

Home Page:https://www.dossierfacile.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DossierFacile Front-end

DossierFacile.fr a été créé par le Ministère de la Transition écologique
pour aider à la réalisation de dossiers de location.

The project is available at DossierFacile.fr We are using yarn to build the project with monorepo, storybook to build components, Vue for the framework.

The project is composed of 4 apps : main for the homepage, blog etc. tenant for the tenant private part, owner for the owner private part and bo for the back-office used by the operators to validate records.

The apps use standalone components available in the shared folder.

Pre-requisites

You will need node and yarn to build the project.

Installation

Clone this repository and run yarn install to install all the dependencies.

Go to any app, e.g: cd main and run yarn serve to launch the project.

Run end-to-end tests

Start your local applications and run yarn e2e test.

Use storybook

You can use storybook to test standalone components. You can run npm run storybook at the root level of the project.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

https://www.dossierfacile.fr

License:MIT License


Languages

Language:Vue 83.0%Language:TypeScript 14.2%Language:JavaScript 1.0%Language:SCSS 0.8%Language:MDX 0.4%Language:HTML 0.4%Language:CSS 0.2%Language:Dockerfile 0.1%Language:Procfile 0.0%