Skip to content

Commit 0ccc522

Browse files
committed
Update README
1 parent 9ad8b91 commit 0ccc522

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# CRA Template by Niraj
1+
# CRA Template by Niraj
2+
3+
## Includes
4+
5+
* Typescript
6+
* Sass
7+
8+
## Usage
9+
10+
```bash
11+
npx create-react-app my-app --template niraj
12+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-niraj",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "CRA Template which includes TS and Sass",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)