Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LizTheDeveloper committed Mar 28, 2015
1 parent 5d7db9e commit 096a7ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/readme.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Server-side Engineering

0 First, make sure you're very solid on Javascript. A great run-through to get you back in the game after iOS is to do this very first workshop:
**0** First, make sure you're very solid on Javascript. A great run-through to get you back in the game after iOS is to do this very first workshop:
```shell
npm install -g javascripting
```

1 Begin with LearnYouNode - the cannonical open-source workshop by the node.js community. It has a series of exercises that incrementally show you more and more of node. It should take you about 12 hours to complete, but those less comfortable with JS might take up to 16 hours.
**1** Begin with LearnYouNode - the cannonical open-source workshop by the node.js community. It has a series of exercises that incrementally show you more and more of node. It should take you about 12 hours to complete, but those less comfortable with JS might take up to 16 hours.
```shell
npm install -g learnyounode
```

2 Useful tutorials are listed below- they aren't required, but might help you in understanding some of the deeper node concepts.
**2** Useful tutorials are listed below- they aren't required, but might help you in understanding some of the deeper node concepts.
```shell
npm install -g how-to-npm
npm install -g lololodash
```

Now it's time to start using express.js. We'll be working on these exercises:
3 [Mailing List](mailing_list.md) - Should take you 3 to 4 days to complete
4 [Persistence Layer (continuation of another project)](persistence_layer.md) - Should take 2 days to complete
**3** [Mailing List](mailing_list.md) - Should take you 3 to 4 days to complete
**4** [Persistence Layer (continuation of another project)](persistence_layer.md) - Should take 2 days to complete

0 comments on commit 096a7ff

Please sign in to comment.