We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f42d9e commit f83b67aCopy full SHA for f83b67a
README.md
@@ -1,3 +1,39 @@
1
<h1 align="center">
2
Next.js TypeScript Starter
3
</h1>
4
+
5
+---
6
7
+## Available Scripts
8
9
+**Install Dependencies**
10
11
+```bash
12
+npm install
13
+```
14
15
+**Setup Pre-commit**
16
17
18
+npm run prepare
19
20
21
+**Start Development Server**
22
23
24
+npm run dev
25
26
27
+**Build for Production**
28
29
30
+npm run build
31
32
33
+**Start Production Server**
34
35
36
+npm start
37
38
39
0 commit comments