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
{{ message }}
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This is a simple boilerplate that has been developed to make it easier to develo
7
7
8
8
## Basic Usage
9
9
10
+
* Replacing meta information - **npm run replace-meta** - This will allow you to update project metadata (GitHub user/project). Note that this can be potentially dangerous since it does just a naive search/replace over *README.md* and *package.json*!
10
11
* Linting - **npm run lint**
11
12
* Testing - **npm test** - This will lint too.
12
13
* Developing - **npm start** - This will run a server at *localhost:3000* and use Hot Module Reloading.
0 commit comments