File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -47,30 +47,29 @@ We have implemented some basic pages, so you can see our template in action.
47
47
48
48
#### 1. Get the latest version
49
49
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
51
51
local machine by running:
52
52
53
53
``` 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
56
55
```
57
56
58
57
#### 2. Run ` yarn install `
59
58
60
59
This will install both run-time project dependencies and developer tools listed
61
60
in [ package.json] ( package.json ) file.
62
61
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 `
64
66
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 )
66
68
67
69
Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the ` /src ` folder,
68
70
the module bundler ([ Webpack] ( http://webpack.github.io/ ) ) will recompile the
69
71
app on the fly and refresh all the connected browsers.
70
72
71
- #### 3.1 Run ` yarn dev `
72
- Runs the app in the development mode without backend
73
-
74
73
#### 4. Run ` yarn build `
75
74
76
75
Builds the app for production to the build folder.
You can’t perform that action at this time.
0 commit comments