Files
2021-06-07 15:39:50 +02:00
..
2021-01-04 17:56:23 +01:00
2021-06-07 15:39:50 +02:00
2019-10-07 09:17:34 +02:00
2021-06-07 15:37:12 +02:00
2021-05-17 11:02:39 +02:00
2021-06-07 15:39:50 +02:00
2021-04-08 13:02:47 +02:00
2021-01-04 17:56:23 +01:00
2021-01-04 17:56:23 +01:00
fe
2019-09-20 15:24:18 +02:00
2021-02-08 09:14:31 +01:00
2019-08-30 15:49:28 +02:00
2019-11-04 16:36:20 +01:00
2019-09-20 10:27:28 +02:00
2019-06-21 15:55:33 +02:00
2019-08-29 14:44:02 +02:00
2019-08-26 15:44:13 +02:00
2021-06-07 15:39:50 +02:00
bug
2020-07-22 11:55:33 +02:00
2021-05-31 14:40:19 +02:00
2020-06-30 15:19:23 +02:00
2021-01-04 17:56:23 +01:00
2020-09-15 11:46:21 +02:00
2021-05-25 17:41:54 +02:00
2019-07-25 10:31:23 +02:00
2020-09-15 11:46:21 +02:00
2019-06-06 16:45:54 +02:00

TTapp using next.js

How to use

Download the example or clone the repo:

git clone

Install it and run:

yarn install
yarn build
yarn dev
  • Look at package.json for infos on build etc.

The framework used

Next.js is a framework for server-rendered React apps.

[Redux-Saga] https://redux-saga.js.org/docs/basics/ErrorHandling.html is a library that aims to make application side effect asynchronous things like data fetching and impure things like accessing the browser cache

Integration

Naming conventions

style classes name syntax : Camel case Try to name without too much precision

Material UI

[components/atoms/theme.js] Const file [components/atoms/] Atomic components [components/organisms] General components [components/templates] Layouts components

MEP

================================= Mise en PRE-production de lapplication PWA

Aller dans la preproduction et git pull dans le répertoire /app (pas www) Possibilité de devoir git stash Attention de bien avoir le .env Restart docker preproduction (sudo make ENV=preprod docker-restart) sudo docker exec -it frontnginx.nginx bash nginx -t && nginx -s reload

Test

Cypress

[Gmail-tester] https://github.com/levz0r/gmail-tester

Continuous Integration

Jenkins

in case of emergency make docker-restart ENV=dev adduser jenkins root