Skip to content

Commit 8aae4f0

Browse files
committed
wrap it up
1 parent 867c8b5 commit 8aae4f0

File tree

4 files changed

+44
-9
lines changed

4 files changed

+44
-9
lines changed

config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ steps:
116116
pullRequest: Getting Started
117117
- type: deleteBranch
118118
branch: setup
119+
- type: respond
120+
with: 02.00-end.md

responses/01.05-check-app-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Everything seems to be in place now, but we haven't verified that the applicatio
44

55
## :keyboard: Activities
66

7-
### Step 1.5 — Verify Setup 🔎
7+
### Step 1.6 — Verify Setup 🔎
88

99
1. Verify app is running by opening `index.html` file locally. On macOS you can run `open index.html`, and on Windows and Linux you should be able to use your web browser to open it.
1010

responses/01.06-github-pages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@{{ user.username }}, you are crushing it 💪
22

3-
Before we continue, this repository is set up so that when you enable Github Pages you can share the results of the course later on ✨ If you follow [this guide](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages) your app will be available [here](https://{{user.username}}.github.io/{{repo}}/).
3+
This repository is set up so that when you enable Github Pages you can share the results of the course later on ✨ If you follow [this guide](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages) your app will be available [here](https://{{user.username}}.github.io/{{repo}}/).
44

55
> NOTE: It may take a few minutes before that link is fully functional.
6+
7+
Now I'm going to merge this PR and delete this branch. You are good to go.

responses/02.00-end.md

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,42 @@
1-
This is just the beginning!
1+
## This is just the beginning!
22

3-
We hope you enjoyed the workshop, here's some resources for you:
3+
We hope you enjoyed this brief lab. It took some effort to put together and we're happy that it has helped you get your first Reason React application up and running with some good practices around it:
44

5-
* discord
6-
* forum
7-
* etc
5+
* Tests, using a very well known and supported framework like Jest
6+
* Bundling, with the unbelievably fast [Fastpack](https://fastpack.sh) that is written in Reason Native
7+
* Manual namespacing
88

9-
And if you want to be notified of future courses, don't forget to subscribe
9+
Some of these are not the default options of other tools, but we have picked them because they have helped us create better quality applications, even if it meant a little more work from us developers.
1010

11-
{{link_to_SRC_mailing_list}}
11+
And that is really why we are here, to build great applications.
12+
13+
## Going forward
14+
15+
Your next steps are likely going to be:
16+
17+
* Adding more tests to the example application we have included here
18+
* Changing the example app for your own app
19+
* Maybe just start your own project from scratch!
20+
21+
Whichever path you take, you can find the ReasonML community gathered in a few places:
22+
23+
* [Discord Server](https://discord.gg/H237nGE), for a chat where most people go to get quick feedback and talk about the ecosystem
24+
* [Discourse Forums](https://reasonml.chat), where you can find discussions that are less ephemeral.
25+
26+
Come join the discussions, we are excited to have you onboard! 🙌🏼
27+
28+
And here's a few useful links for additional reading:
29+
30+
* [ReasonML Official Docs](https://reasonml.github.io/docs/en/what-and-why)
31+
* [Standard Library Documentation](https://bucklescript.github.io/bucklescript/api/Js.html) — this is a little rough on the eyes, but we are working with the community to make them gorgeous 💅🏼
32+
* [ReasonML Design Patterns](https://github.com/ostera/reason-design-patterns)
33+
34+
35+
----------
36+
37+
If you enjoyed this lab and would like to know when new ones are published, feel free to subscribe to the [SRC Mailing List](http://eepurl.com/gpkI1j) — as a non-profit, we promise not to share your contact details witha nyone, and to only email you with important stuff.
38+
39+
Have a great day 🤩
40+
41+
/ Fernando, Leandro & Iris
42+
from [Stockholm Research Center](https://src.technology)

0 commit comments

Comments
 (0)