We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3934cf commit 0b45f16Copy full SHA for 0b45f16
.gitignore
@@ -223,4 +223,6 @@ dist/
223
.yarn/install-state.gz
224
.pnp.*
225
226
-.boilerplate/
+.boilerplate/
227
+# Local Netlify folder
228
+.netlify
README.md
@@ -21,9 +21,10 @@ To use this template
21
# or npm run start / npm run build
22
```
23
- Start coding
24
+Demo deploy: [reactts-boilerplate.netlify.app](https://reactts-boilerplate.netlify.app/)
25
Login
26
username: admin
-password: 123
27
+password: 123456
28
29
30
## Project structure
0 commit comments