diff options
author | crupest <crupest@outlook.com> | 2020-06-01 22:48:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-01 22:48:25 +0800 |
commit | 6c6d83baeba7289ffeff6c5ec1d90a8d411d2989 (patch) | |
tree | a66bb3c077ad683e8b395a2ce56eae7f55a96fa0 /Timeline/ClientApp/README.md | |
parent | f0e7b9ac7a676ed4bbe372dbbe39f2391ea61079 (diff) | |
download | timeline-6c6d83baeba7289ffeff6c5ec1d90a8d411d2989.tar.gz timeline-6c6d83baeba7289ffeff6c5ec1d90a8d411d2989.tar.bz2 timeline-6c6d83baeba7289ffeff6c5ec1d90a8d411d2989.zip |
Migrate to yarn v2 .
Diffstat (limited to 'Timeline/ClientApp/README.md')
-rw-r--r-- | Timeline/ClientApp/README.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Timeline/ClientApp/README.md b/Timeline/ClientApp/README.md deleted file mode 100644 index 9b265493..00000000 --- a/Timeline/ClientApp/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Welcome to Timeline! - -[](https://dev.azure.com/crupest-web/Timeline/_build/latest?definitionId=8&branchName=master) -[](https://dependabot.com) - -This is the first web app front-end of [me](https://github.com/crupest). - -It is written with [React](https://reactjs.org/) and [Typescript](https://www.typescriptlang.org/). - -The final product is hosting on my [Tencent Cloud](https://cloud.tencent.com/) Cloud Virtual Machine on https://www.crupest.xyz. - -Feel free to comment by opening an issue. - -### jibber-jabber - -I used to write the website with Angular, you can find the old project [here](https://github.com/crupest/Timeline-App), in which I build full unit tests and CI/CD. But I finally gave up for the complexity. Then I turned to flutter to build an Android app, which can be found [here](https://github.com/crupest/Timeline-Flutter). But as time passed by, it turned out that it is simpler than Angular but still very complicated. In the end, I got here and met React. First I use [Create React App](https://github.com/facebook/create-react-app) to bootstrap this and later turn to manually configured Webpack. I also adopt the [Material-UI](https://material-ui.com/). |