From cb803f862da81328019509726660be1f37b6b4f5 Mon Sep 17 00:00:00 2001 From: jamesknelson Date: Mon, 19 Oct 2015 19:51:08 +0900 Subject: [PATCH] README titles --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e46352..a4bbc9d 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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`