Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elius94/koriss
I've opensourced my gf Koriss professional website (Psychologist), to use it as template.
https://github.com/elius94/koriss
create-react-app javascript material material-design material-ui react react-router reactjs
Last synced: 2 months ago
JSON representation
I've opensourced my gf Koriss professional website (Psychologist), to use it as template.
- Host: GitHub
- URL: https://github.com/elius94/koriss
- Owner: Elius94
- License: mit
- Created: 2022-02-22T21:24:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T01:47:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T19:47:13.713Z (almost 2 years ago)
- Topics: create-react-app, javascript, material, material-design, material-ui, react, react-router, reactjs
- Language: TypeScript
- Homepage: https://www.martinamuzzipsicologa.it/
- Size: 17.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/SamKirkland/FTP-Deploy-Action)
[![🚀 Deploy website on push](https://github.com/Elius94/koriss/actions/workflows/releaseFTP.yml/badge.svg)](https://github.com/Elius94/koriss/actions/workflows/releaseFTP.yml)# Psychologist React.js Material UI Typescript Static Website
I decided to make opensource the site I made for my girlfriend (Psychologist). The site is made in React.js v17 and is based on the famous and stable CRA (create-react-app). The UI is completely Material, starting from the free template [onepirate theme](https://material-ui.com/store/items/onepirate/) in Typescript.
The template has been optimized by [Andrew Rothbart](https://github.com/rothbart/onepirate-typescript) with a little code review done by me to update it to the latest versions of material ui.I put a workflow in which through a github action I automatically publish the site on the hosting via FTP after a release and in complete security.
## Building and running locally
Once you clone this repo you can use `npm install` and the standard create-react-app scripts to run it locally:
```
C:\onepirate-typescript> npm install
...
C:\onepirate-typescript> npm run build
...
C:\onepirate-typescript> npm start
```