Skip to content

Commit 0756bcf

Browse files
committed
Remove demo code
1 parent 8eb54f4 commit 0756bcf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+8
-1311
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,6 @@ dist/
225225
.yarn/unplugged
226226
.yarn/build-state.yml
227227
.yarn/install-state.gz
228-
.pnp.*
228+
.pnp.*
229+
230+
.boilerplate/

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Webpack React TypeScript Template
1+
# TypeScript React Boilerplate
22

3-
Template Webpack React Project using TypeScript
3+
Template Typescript React Project using Webpack
44

55
## Installation
66

@@ -22,6 +22,9 @@ To use this template
2222
# or npm run start / npm run build
2323
```
2424
- Start coding
25+
Login
26+
username: admin
27+
password: 123
2528

2629

2730
## Project structure

src/@types/action.d.ts

-4
This file was deleted.

src/@types/api.d.ts

-4
This file was deleted.

src/@types/files.d.ts

-66
This file was deleted.

src/@types/product.d.ts

-26
This file was deleted.

src/@types/reducer.d.ts

-5
This file was deleted.

src/@types/user.d.ts

-11
This file was deleted.

src/App/App.actions.ts

-9
This file was deleted.

src/App/App.constants.ts

-2
This file was deleted.

src/App/App.reducer.ts

-26
This file was deleted.

src/App/App.tsx

-8
This file was deleted.

src/apis/product.api.ts

-55
This file was deleted.

src/apis/user.api.ts

-18
This file was deleted.

src/assets/fonts/OpenSans-Bold.ttf

-102 KB
Binary file not shown.
-90.5 KB
Binary file not shown.
-99.7 KB
Binary file not shown.
-90.6 KB
Binary file not shown.

src/assets/fonts/OpenSans-Italic.ttf

-90.1 KB
Binary file not shown.

src/assets/fonts/OpenSans-Light.ttf

-99.3 KB
Binary file not shown.
-90.3 KB
Binary file not shown.

src/assets/fonts/OpenSans-Regular.ttf

-94.7 KB
Binary file not shown.
-98.5 KB
Binary file not shown.
-90 KB
Binary file not shown.

src/assets/images/home.svg

-2
This file was deleted.

src/assets/images/list.svg

-30
This file was deleted.

src/assets/images/open-menu.svg

-2
This file was deleted.

src/assets/scss/index.scss

-72
This file was deleted.

src/components/Header/Header.styles.ts

-3
This file was deleted.

0 commit comments

Comments
 (0)