Skip to content

Commit

Permalink
Add new repos
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Jul 26, 2020
1 parent 642d3b4 commit 424e483
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![Swagger Validator](https://online.swagger.io/validator?url=https://raw.githubusercontent.com/josephspurrier/goreactapp/master/src/app/ui/static/swagger.json)](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/josephspurrier/goreactapp/master/src/app/ui/static/swagger.json)

This is a sample notepad application that uses React on the front-end (UI) and Go on the back-end (API). This project is designed to show good development and CI/CD practices as well as integrations between modern development tools.
This is a sample notepad application that uses React with TypeScript on the front-end (UI) and Go on the back-end (API). This project is designed to show good development and CI/CD practices as well as integrations between modern development tools.

This project uses a [Makefile](Makefile) to centralize frequently used commands. The code coverage badge above is only for the back-end API - not the front-end.

Expand All @@ -22,7 +22,8 @@ This is one repository of a few that demonstrate with different front-end framew

- [Vue and Go](https://github.com/josephspurrier/govueapp)
- [Mithril and Go](https://github.com/josephspurrier/gomithrilapp)
- [React and Go](https://github.com/josephspurrier/goreactapp)
- [Mithril (TypeScript) and Go](https://github.com/josephspurrier/gomithriltsapp)
- [React (TypeScript) and Go](https://github.com/josephspurrier/goreactapp)

You can reference some off the documention here, though it's specific to Mithril:
https://josephspurrier.github.io/gomithrilapp/

0 comments on commit 424e483

Please sign in to comment.