Skip to content

Commit

Permalink
README titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesknelson committed Oct 19, 2015
1 parent dbc8dda commit cb803f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -33,17 +33,17 @@ Presto, you've got a ready-to-customise application!

## Getting Started

Put your name on it:
#### Put your name on it

- Update name, desription and author in `package.json`
- Update app title in `src/index.html`
- Restart the dev server (make sure to do this after any changes to `src/index.html`)

Make sure your editor is happy
#### Make sure your editor is happy

- Setup ES6 syntax highlighting on extensions `.js` and `.jsx` (see [babel-sublime](https://github.com/babel/babel-sublime))

Start building!
#### Start building

- Add a route to `src/constants/ROUTES.js`
- Add a nav menu item for your route in `src/components/ApplicationLayout.jsx`
Expand All @@ -55,7 +55,7 @@ Start building!
- Bask in the glory of your creation
- Don't forget to commit your changes and push to Bitbucket or GitHub!

Show your friends
#### Show your friends

- Run `gulp dist` to output a web-ready build of your app to `dist`

Expand Down

0 comments on commit cb803f8

Please sign in to comment.