File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # ` react-scripts-ts- scss ` [ ![ npm version] ( https://badge.fury.io/js/react-scripts-ts- scss.svg )] ( https://badge.fury.io/js/react-scripts-ts- scss ) [ ![ Build Status] ( https://travis-ci.org/wmonk/create-react-app-typescript.svg?branch=master )] ( https://travis-ci.org/wmonk/create-react-app-typescript )
1
+ # ` react-scripts-scss-ts ` [ ![ npm version] ( https://badge.fury.io/js/react-scripts-scss-ts .svg )] ( https://badge.fury.io/js/react-scripts-scss-ts ) [ ![ Build Status] ( https://travis-ci.org/wmonk/create-react-app-typescript.svg?branch=master )] ( https://travis-ci.org/wmonk/create-react-app-typescript )
2
2
3
3
Create React apps (with Typescript) with no build configuration.
4
4
@@ -12,7 +12,7 @@ _Do you know react and want to try out typescript? Or do you know typescript and
12
12
``` sh
13
13
npm install -g create-react-app
14
14
15
- create-react-app my-app --scripts-version=react-scripts-ts- scss
15
+ create-react-app my-app --scripts-version=react-scripts-scss-ts
16
16
cd my-app/
17
17
npm start
18
18
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " react-scripts-ts- scss" ,
2
+ "name" : " react-scripts-scss-ts " ,
3
3
"version" : " 2.17.0" ,
4
4
"description" : " Configuration and scripts for Create React App." ,
5
5
"repository" : " wmonk/create-react-app" ,
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ git clean -df
149
149
150
150
# Install the app in a temporary location
151
151
cd $temp_app_path
152
- npx create-react-app test-app --scripts-version=react-scripts-ts- scss
152
+ npx create-react-app test-app --scripts-version=react-scripts-scss-ts
153
153
154
154
# TODO: verify we installed prerelease
155
155
You can’t perform that action at this time.
0 commit comments