Files
tberrod 400340aaef
tt-app/app/webRTCIntegration There was a failure building this commit
repair Reponse + public folder usage
2019-10-18 12:20:09 +02:00
..
2019-10-07 09:17:34 +02:00
2019-10-18 10:54:10 +02:00
2019-10-18 10:54:10 +02:00
2019-10-17 17:24:52 +02:00
fe
2019-09-20 15:24:18 +02:00
2019-09-18 14:57:10 +02:00
2019-10-08 17:29:25 +02:00
2019-08-30 15:49:28 +02:00
2019-09-12 11:01:49 +02: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
2019-10-15 09:45:41 +02:00
2019-10-07 09:49:16 +02:00
2019-09-04 16:10:55 +02:00
2019-07-25 10:31:23 +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

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