Skip to content
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

Fix markdown title on readme #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ Find out more [Free React.js and React Native Themes at StartReact.com](http://w
## [Demo](http://sb-admin-react.geekydev.com:3009/)

## Installation
####1. Clone this project or Download that ZIP file
#### 1. Clone this project or Download that ZIP file

```sh
$ git clone https://github.com/start-react/sb-admin-react.git
```

####2. Make sure you have [npm](https://www.npmjs.org/) installed globally
#### 2. Make sure you have [npm](https://www.npmjs.org/) installed globally

More details here
https://nodejs.org/en/download/

####3. On the command prompt run the following commands
#### 3. On the command prompt run the following commands

```sh
$ cd `project-directory`
Expand All @@ -32,12 +32,12 @@ $ npm install
$ npm start
```

####4. To build
#### 4. To build
```sh
$ npm run build
```

####5. To clean up old build products
#### 5. To clean up old build products
```sh
$ npm run clean
```
Expand Down