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.
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
5151local 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
6059This will install both run-time project dependencies and developer tools listed
6160in [ 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
6769Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the ` /src ` folder,
6870the module bundler ([ Webpack] ( http://webpack.github.io/ ) ) will recompile the
6971app 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
7675Builds the app for production to the build folder.
You can’t perform that action at this time.
0 commit comments