Skip to content

Commit d753d3b

Browse files
author
Anton Mogdalov
committed
Updated readme
1 parent 6b0466d commit d753d3b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,25 @@ You can start by cloning the latest version of React Dashboard 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)