We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cd3c6f + 1583c3c commit f79318aCopy full SHA for f79318a
examples/AngularCLI/README.md
@@ -44,11 +44,13 @@ rm -rf api/node_modules
44
rm -rf api/client
45
mv api/server/main.js api/server/main.ts
46
rm api/package.json api/yarn.lock
47
-ln -s ../package.json api/package.json
48
-ln -s ../yarn.lock api/yarn.lock
49
-ln -s ../tsconfig.jsonapi/tsconfig.json
50
-ln -s ../node_modules api/
51
-cd api; meteor add barbatus:typescript; cd ..
+cd api;
+ln -s ../package.json
+ln -s ../yarn.lock
+ln -s ../tsconfig.json
+ln -s ../node_modules
52
+meteor add barbatus:typescript;
53
+cd ..;
54
```
55
56
Create `meteor-client.config.json`.
0 commit comments