Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 114b57d

Browse files
diwakar-s-mauryajulienben
authored andcommitted
Update commands.md (#2368)
npm start does not start ngrok tunnel. PR to update docs accordingly ## React Boilerplate Thank you for contributing! Please take a moment to review our [**contributing guidelines**](https://github.com/react-boilerplate/react-boilerplate/blob/master/.github/CONTRIBUTING.md) to make the process easy and effective for everyone involved. **Please open an issue** before embarking on any significant pull request, especially those that add a new library or change existing tests, otherwise you risk spending a lot of time working on something that might not end up being merged into the project. Before opening a pull request, please ensure: - [x] You have followed our [**contributing guidelines**](https://github.com/react-boilerplate/react-boilerplate/blob/master/.github/CONTRIBUTING.md) - [x] double-check your branch is based on `dev` and targets `dev` - [ ] Pull request has tests (we are going for 100% coverage!) - [ ] Code is well-commented, linted and follows project conventions - [x] Documentation is updated (if necessary) - [ ] Internal code generators and templates are updated (if necessary) - [x] Description explains the issue/use-case resolved and auto-closes related issues Be kind to code reviewers, please try to keep pull requests as small and focused as possible :) **IMPORTANT**: By submitting a patch, you agree to allow the project owners to license your work under the terms of the [MIT License](https://github.com/react-boilerplate/react-boilerplate/blob/master/LICENSE.md).
1 parent 07ddcbf commit 114b57d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/general/commands.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ npm start
5353
```
5454

5555
Starts the development server and makes your application accessible at
56-
`localhost:3000`. Tunnels that server with `ngrok`, which means the website
57-
accessible anywhere! Changes in the application code will be hot-reloaded.
56+
`localhost:3000`. Changes in the application code will be hot-reloaded.
5857

5958
### Production
6059

0 commit comments

Comments
 (0)