Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
3d3c37eb
Commit
3d3c37eb
authored
May 27, 2015
by
Sam Saccone
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1318 from arthurvr/readme
Some readme edits
parents
194ec538
8b3c95ca
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
21 additions
and
23 deletions
+21
-23
examples/aurelia/readme.md
examples/aurelia/readme.md
+0
-0
examples/chaplin-brunch/readme.md
examples/chaplin-brunch/readme.md
+3
-3
examples/derby/readme.md
examples/derby/readme.md
+3
-3
examples/jquery/readme.md
examples/jquery/readme.md
+1
-1
examples/meteor/readme.md
examples/meteor/readme.md
+2
-2
examples/mozart/readme.md
examples/mozart/readme.md
+0
-0
examples/serenadejs/readme.md
examples/serenadejs/readme.md
+2
-2
examples/socketstream/readme.md
examples/socketstream/readme.md
+1
-1
examples/somajs_require/readme.md
examples/somajs_require/readme.md
+1
-3
examples/spine/readme.md
examples/spine/readme.md
+2
-2
examples/thorax_lumbar/readme.md
examples/thorax_lumbar/readme.md
+1
-1
examples/typescript-angular/readme.md
examples/typescript-angular/readme.md
+1
-1
examples/typescript-backbone/readme.md
examples/typescript-backbone/readme.md
+1
-1
examples/vanilladart/readme.md
examples/vanilladart/readme.md
+3
-3
No files found.
examples/aurelia/
README
.md
→
examples/aurelia/
readme
.md
View file @
3d3c37eb
File moved
examples/chaplin-brunch/readme.md
View file @
3d3c37eb
...
...
@@ -42,17 +42,17 @@ If you haven't already installed [Brunch](http://brunch.io), run:
Once you have Brunch, install this application's dependencies:
# from
labs/dependency-
examples/chaplin-brunch
# from examples/chaplin-brunch
npm install & bower install
To build the app, run:
# from
labs/dependency-
examples/chaplin-brunch
# from examples/chaplin-brunch
brunch build
To watch for changes and re-compile:
# from
labs/dependency-
examples/chaplin-brunch
# from examples/chaplin-brunch
brunch watch
Open
`public/index.html`
in your browser to see it in action!
...
...
examples/derby/readme.md
View file @
3d3c37eb
...
...
@@ -38,17 +38,17 @@ _If you have other helpful links to share, or find any of the links above no lon
To install the dependencies locally, compile the CoffeScript, and run the demo server:
# from
labs/architecture-
examples/derby
# from examples/derby
make run
To edit the code while running the demo server:
# from
labs/architecture-
examples/derby
# from examples/derby
make
Open up another terminal window:
# from
labs/architecture-
examples/derby
# from examples/derby
node server
Open the URL shown.
...
...
examples/jquery/readme.md
View file @
3d3c37eb
...
...
@@ -11,7 +11,7 @@ The [jQuery website](http://jquery.com) is a great resource for getting started.
Here are some links you may find helpful:
*
[
How jQuery Works
](
http://learn.jquery.com/about-jquery/how-jquery-works
)
*
[
Learning Center
](
http://learn.jquery.com/
)
*
[
API Reference
](
http://api.jquery.com
)
*
[
Plugins
](
http://plugins.jquery.com
)
*
[
Browser Support
](
http://jquery.com/browser-support
)
...
...
examples/meteor/readme.md
View file @
3d3c37eb
...
...
@@ -42,7 +42,7 @@ If you don't have Meteor installed already, from a terminal window:
To run the app:
# from
labs/architecture-
examples/meteor
# from examples/meteor
meteor
The app should now be running on http://localhost:3000.
...
...
@@ -52,7 +52,7 @@ The app should now be running on http://localhost:3000.
To deploy to meteor.com:
# from
labs/architecture-
examples/meteor
# from examples/meteor
meteor deploy myapp.meteor.com
...
...
examples/mozart/
README
.md
→
examples/mozart/
readme
.md
View file @
3d3c37eb
File moved
examples/serenadejs/readme.md
View file @
3d3c37eb
...
...
@@ -42,10 +42,10 @@ If you would like to install CoffeeScript globally:
If you wish to install CoffeeScript just for the purposes of this app:
# from
labs/architecture-
examples/serenadejs:
# from examples/serenadejs:
npm install
Once CoffeeScript is installed:
# from
labs/architecture-
examples/serenadejs:
# from examples/serenadejs:
npm run-script compile
examples/socketstream/readme.md
View file @
3d3c37eb
...
...
@@ -42,4 +42,4 @@ Open http://localhost:3000 in two side-by-side browser windows, add a todo, and
How to publish to our Heroku remote:
-
`git remote add heroku-todomvc-socketstream master`
*(first time only)*
-
`git subtree push --prefix
labs/architecture-
examples/socketstream heroku-todomvc-socketstream master`
-
`git subtree push --prefix examples/socketstream heroku-todomvc-socketstream master`
examples/somajs_require/readme.md
View file @
3d3c37eb
...
...
@@ -41,6 +41,4 @@ Install the libraries needed using bower ([soma.js](http://somajs.github.io/soma
bower install
To run the app, spin up an HTTP server and visit
http://localhost/todomvc/labs/dependency-examples/somajs_require/
To run the app, spin up an HTTP server and visit
`examples/somajs_require/`
.
examples/spine/readme.md
View file @
3d3c37eb
...
...
@@ -38,12 +38,12 @@ To install CoffeeScript globally:
To compile once:
# from
architecture-examples/knockback
# from
examples/spine
cake build
To compile on save
# from
architecture-examples/knockback
# from
examples/spine
cake watch
...
...
examples/thorax_lumbar/readme.md
View file @
3d3c37eb
...
...
@@ -28,7 +28,7 @@ _If you have other helpful links to share, or find any of the links above no lon
To re-compile the files, run:
# from
labs/dependency-
examples/thorax_lumbar
# from examples/thorax_lumbar
npm install
npm start
...
...
examples/typescript-angular/readme.md
View file @
3d3c37eb
...
...
@@ -79,7 +79,7 @@ A standalone TypeScript compiler is available on NPM.
To compile the TypeScript in this project:
# from
labs/architecture-
examples/typescript-angular
# from examples/typescript-angular
run `npm run compile`
Or use Visual Studio with the TypeScript plugin.
examples/typescript-backbone/readme.md
View file @
3d3c37eb
...
...
@@ -45,6 +45,6 @@ A standalone TypeScript compiler is available on NPM.
To compile the TypeScript in this project:
# from
labs/architecture-
examples/typescript-backbone
# from examples/typescript-backbone
tsc js/app.ts
open index.html
examples/vanilladart/readme.md
View file @
3d3c37eb
...
...
@@ -51,7 +51,7 @@ package dependencies. If you did not open the project in Dart Editor,
you need to manually install the dependencies:
```
cd
vanilla-
examples/vanilladart
cd examples/vanilladart
pub get
```
...
...
@@ -60,7 +60,7 @@ pub get
You need to compile the app into JavaScript to run in your browser.
```
cd
vanilla-
examples/vanilladart
cd examples/vanilladart
pub build
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment