Skip to content

Commit d83af65

Browse files
committed
Update README.md to explain this README with more detailed information
1 parent cea74fe commit d83af65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
# typescript-app
1+
# Vue gamification todo list app with Vuex, SCSS and TypeScript
22

3-
## Project setup
3+
## Setup the application
44

55
```
66
npm install
77
```
88

9-
### Compiles and hot-reloads for development
9+
### Serve the application
1010

1111
```
1212
npm run serve
1313
```
1414

15-
### Compiles and minifies for production
15+
### Build the application to compile and minify the code
1616

1717
```
1818
npm run build
1919
```
2020

21-
### Lints and fixes files
21+
### Lint code to check for errors and warnings
2222

2323
```
2424
npm run lint

0 commit comments

Comments
 (0)