Skip to content
Snippets Groups Projects
Verified Commit c7a5ddd2 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Merge branch 'master' into dev

parents 2fbf7d51 b40be41b
No related branches found
No related tags found
2 merge requests!11Basic implementation of login page,!8Test setup
...@@ -6,6 +6,6 @@ stages: ...@@ -6,6 +6,6 @@ stages:
build: build:
stage: build stage: build
script: script:
- npm install --global yarn - npm install --force --global yarn
- yarn install - yarn install
- yarn build - yarn build
...@@ -38,7 +38,13 @@ yarn run ...@@ -38,7 +38,13 @@ yarn run
``` ```
## Useful resources ## Useful resources
[Typescript documentation react](https://www.typescriptlang.org/docs/handbook/react.html)
[MDN](https://developer.mozilla.org/en-US/)
[Documentazione material ui: framework css utilizzato](https://material-ui.com/)
[react calendar app](https://codesandbox.io/s/kkyvoj97pv?from-embed=&file=/src/index.js)
[codesandbox, utile per vedere altri progetti creati con framework](https://codesandbox.io/) [codesandbox, utile per vedere altri progetti creati con framework](https://codesandbox.io/)
[awesome css list](https://github.com/awesome-css-group/awesome-css)
[react calendar app](https://codesandbox.io/s/kkyvoj97pv?from-embed=&file=/src/index.js)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment