-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate TodoMVC Vanilla JS Elm Architecture Example to Here! #5
Labels
awaiting-review
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
T1d
Comments
nelsonic
added
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
labels
Sep 27, 2018
This was referenced Sep 30, 2018
Following this Git Merge strategy: https://stackoverflow.com/a/10548919/1148249 cd path/to/project-b
git remote add project-a path/to/project-a
git fetch project-a
git merge --allow-unrelated-histories project-a/master # or whichever branch you want to merge
git remote remove project-a actual: cd /code/todomvc-vanilla-javascript-elm-architecture-example
git remote add project-a [email protected]:dwyl/learn-elm-architecture-in-javascript.git
git fetch project-a
git merge --allow-unrelated-histories project-a/master
git remote remove project-a Fixing ... |
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
|
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Nov 1, 2018
nelsonic
added a commit
that referenced
this issue
Dec 1, 2018
…le" to a more generic "todo-list-javascript-tutorial" to broaden appeal and inform people that this is in fact a tutorial! #5
Migrated. closing. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
awaiting-review
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
T1d
Todo:
Add example/use-case for using Tap in
learn-tape
for reasons described in: Migrate form Tape to Tap (Run Tests in PARALLEL!) ? learn-tape#34Transfer the content of https://github.com/dwyl/learn-elm-architecture-in-javascript/blob/master/todo-list.md to this repository.
mkdir lib
git mv ./examples/todo-list/* ./lib
git rm -rf ./examples/
todo-list.md
to reflect new repo.git rm README.md
git mv todo-list.md README.md
Split out the sections into their own individual
.md
filesso that they are more "bitesize" (better for users)
and we can track page-view/scroll (i.e. "completion") stats for the tutorial.
Add to: https://github.com/snipcart/learn-vanilla-js
Share on HackerNews: https://news.ycombinator.com/item?id=18353112
#tumbleweed
...Create Pull Request adding the resource to TasteJS to help complete beginners learn TodoMVC! GOTO: Add Example to TasteJS TodoMVC #12
see reasoning in: #1
The text was updated successfully, but these errors were encountered: