mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 14:14:19 +00:00
add r and shiny tutorial to build web app
This commit is contained in:
parent
94e38bb7de
commit
6fdad4ff56
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [Go](#go)
|
||||
* [Ruby](#ruby)
|
||||
* [Haskell](#haskell)
|
||||
* [R](#r)
|
||||
* [Rust](#rust)
|
||||
* [Additional resources](#additional-resources)
|
||||
|
||||
|
@ -95,6 +96,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [Roll Your Own IRC Bot](https://wiki.haskell.org/Roll_your_own_IRC_bot)
|
||||
* [Making a Website with Haskell](http://adit.io/posts/2013-04-15-making-a-website-with-haskell.html)
|
||||
|
||||
## R:
|
||||
* [Build Web Apps with Shiny](http://rstudio.github.io/shiny/tutorial/)
|
||||
|
||||
## Rust:
|
||||
* A Simple Web App in Rust
|
||||
* [Part 1](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/)
|
||||
|
|
Loading…
Reference in a new issue