Skip to content

Commit f83b67a

Browse files
committed
README.md updated
1 parent 1f42d9e commit f83b67a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
11
<h1 align="center">
22
Next.js TypeScript Starter
33
</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+
```bash
18+
npm run prepare
19+
```
20+
21+
**Start Development Server**
22+
23+
```bash
24+
npm run dev
25+
```
26+
27+
**Build for Production**
28+
29+
```bash
30+
npm run build
31+
```
32+
33+
**Start Production Server**
34+
35+
```bash
36+
npm start
37+
```
38+
39+
---

0 commit comments

Comments
 (0)