Skip to content

Commit 436b338

Browse files
authored
Merge pull request #8 from tb/yarn
Yarn
2 parents fd361bc + 94cee3a commit 436b338

File tree

4 files changed

+6158
-12
lines changed

4 files changed

+6158
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Demo user: user1@example.com / Secret123
88

99
bundle
1010
rake db:setup
11-
cd client && npm i
11+
cd client && yarn
1212

1313
## Start app
1414

client/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Perfectly simple Webpack 2 setup
1+
# Client
22

3-
git clone git@github.com:tb/perfectly-simple-webpack-starter.git client
4-
cd client
5-
npm i
3+
## Install packages
64

7-
Run tests
5+
yarn
86

9-
npm test
7+
## Run tests
108

11-
Start dev server
9+
yarn test
1210

13-
npm start
11+
## Start dev server
1412

15-
Build production version
13+
yarn start
1614

17-
npm build
15+
## Upgrade packages
16+
17+
yarn upgrade-interactive

0 commit comments

Comments
 (0)