Skip to content

Commit 5b721ab

Browse files
authored
Merge pull request #8 from flatlogic/updated_readme
Updated readme
2 parents 22eb2ac + 5d3e52a commit 5b721ab

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,29 @@ We have implemented some basic pages, so you can see our template in action.
4747

4848
#### 1. Get the latest version
4949

50-
You can start by cloning the latest version of React Dashboard on your
50+
You can start by cloning the latest version of React Material Admin on your
5151
local machine by running:
5252

5353
```shell
54-
$ git clone https://github.com/flatlogic/react-material-admin.git MyApp
55-
$ cd MyApp
54+
$ git clone https://github.com/flatlogic/react-material-admin.git
5655
```
5756

5857
#### 2. Run `yarn install`
5958

6059
This will install both run-time project dependencies and developer tools listed
6160
in [package.json](package.json) file.
6261

63-
#### 3. Run `yarn start`
62+
#### 3 Run `yarn dev`
63+
Runs the app in the development mode without backend
64+
65+
#### 3.1 Run `yarn start`
6466

65-
Runs the app in the development mode.
67+
Runs the app in the development mode with nodejs-backend (https://github.com/flatlogic/nodejs-backend)
6668

6769
Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the `/src` folder,
6870
the module bundler ([Webpack](http://webpack.github.io/)) will recompile the
6971
app on the fly and refresh all the connected browsers.
7072

71-
#### 3.1 Run `yarn dev`
72-
Runs the app in the development mode without backend
73-
7473
#### 4. Run `yarn build`
7574

7675
Builds the app for production to the build folder.

0 commit comments

Comments
 (0)