You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-48Lines changed: 3 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -104,12 +104,12 @@ npm start setup
104
104
### Step 3: Serve your App
105
105
106
106
Go to the project dir and start your app with this npm script.
107
-
<<<<<<< HEAD
108
-
```
109
-
=======
110
107
108
+
```bash
109
+
npm start serve
111
110
```
112
111
112
+
> This starts a local server using `nodemon`, which will watch for any file changes and will restart the sever according to these changes.
113
113
> The server address will be displayed to you as `http://0.0.0.0:3000`.
114
114
115
115
## Scripts and Tasks
@@ -296,50 +296,6 @@ export class CreateUsers implements SeedsInterface {
296
296
}
297
297
```
298
298
299
-
<<<<<<< HEAD
300
-
### Linting
301
-
* Run code quality analysis using `npmstartlint`. This runs tslint.
302
-
* There is also a vscode task for this called `lint`.
303
-
304
-
### Tests
305
-
* Run the unit tests using `npmstarttest` (There is also a vscode task for this called `test`).
306
-
* Run the e2e tests using `npmstart test:e2e` and don't forget to start your application and your [Auth0 Mock Server](https://github.com/hirsch88/auth0-mock-server).
307
-
308
-
### Running in dev mode
309
-
* Run `npmstartserve` to start nodemon with ts-node, to serve the app.
310
-
* The server address will be displayed to you as `http://0.0.0.0:3000`
0 commit comments