Skip to content

Commit 28017bf

Browse files
committed
chore: change npm to yarn
1 parent d512700 commit 28017bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+11137
-81866
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ typings/
5959

6060
dist
6161
.cache
62+
storybook-static
6263

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@ Learn React with TypeScript
3535
## Prerequisites
3636

3737
- [Node.js](https://nodejs.org/en/)
38+
- [Yarn](https://yarnpkg.com/)
3839

3940
## Getting Started
4041

4142
```bash
4243
git clone --depth=1 https://github.com/locol23/learn-react-typescript.git
4344
cd learn-react-typescript
44-
npm i
45-
cd packages/<your_select_dir>
46-
npm run dev
45+
yarn
46+
cd packages/<directory_of_you_want_to_learn_content>
47+
yarn dev
4748
```
4849

4950
Go to [http://localhost:1234](http://localhost:1234)

lerna.json

-4
This file was deleted.

0 commit comments

Comments
 (0)