Skip to content

Commit 6a7f736

Browse files
committed
Update, clean up
1 parent 1f83392 commit 6a7f736

File tree

18 files changed

+24
-415
lines changed

18 files changed

+24
-415
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,24 @@
1212
- [Tools](#tools)
1313
- [Scripts](#scripts)
1414

15+
### Install starter package by npx
16+
17+
```bash
18+
npx nextjs-typescript-redux-starter <project-name>
19+
```
20+
example:
21+
```bash
22+
npx nextjs-typescript-redux-starter my-next-project
23+
```
24+
25+
1526
## Getting Started
1627

1728
### Docker
1829
Make sure you have installed Docker in your machine. \
19-
With docker you just have to run one command from your terminal to run project.\
30+
With docker you just have to run one command from your terminal to run project. `docker-compose up --build
31+
`
32+
2033
To persist data to database have to set environment variable in .env file. See .env.example
2134

2235

@@ -144,3 +157,7 @@ Add your mongoDB uri in env file.
144157
#or
145158
npm run analyze:browser
146159
```
160+
161+
## Show support
162+
163+
Give a ⭐️ if this project helped you!

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-typescript-redux-starter",
3-
"version": "1.0.8",
3+
"version": "1.1.3",
44
"bin": "./bin/cli.js",
55
"scripts": {
66
"dev": "next dev -p 3050",
@@ -32,14 +32,11 @@
3232
"mongoose": "^7.6.1",
3333
"next": "^13.4.19",
3434
"react": "^18",
35-
"react-big-calendar": "^1.8.4",
3635
"react-dom": "^18",
3736
"react-hook-form": "^7.47.0",
38-
"react-hot-toast": "^2.4.1",
3937
"react-icons": "^4.11.0",
4038
"react-redux": "^8.1.3",
4139
"redux-persist": "^6.0.0",
42-
"rrule": "^2.7.2",
4340
"swr": "^2.2.4",
4441
"usehooks-ts": "^2.9.1",
4542
"zod": "^3.22.4"
@@ -75,7 +72,6 @@
7572
"prettier": "^3.0.3",
7673
"redux-logger": "^3.0.6",
7774
"start-server-and-test": "^2.0.2",
78-
"supertest": "^6.3.3",
7975
"tailwindcss": "^3.3.3",
8076
"typescript": "^5"
8177
},
@@ -85,5 +81,6 @@
8581
},
8682
"engines": {
8783
"node": ">=16.0.0 <21.0.0"
88-
}
84+
},
85+
"license": "MIT"
8986
}

src/components/booleanWrapper.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/components/ui/button/index.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/components/ui/checkbox/index.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/components/ui/dateTimePicker/index.tsx

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/components/ui/fieldLabel/index.tsx

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/components/ui/formControl/index.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/components/ui/grid/index.tsx

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/components/ui/input/index.tsx

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)