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.
1 parent da67b5e commit 16ffbddCopy full SHA for 16ffbdd
README.md
@@ -47,3 +47,11 @@ Step 8. Run project.
47
Create file “app/main.ts” , see the code in file
48
49
“This code initializes the platform that your application runs in, then uses the platform to bootstrap your AppModule.”
50
+
51
52
+Step 9. Define the page that host your app. create an index.js in root of your project.
53
54
+Step 10. Create a style.css in root of your project.
55
56
+Step 11. Run your first demo app.
57
+ $ npm start
0 commit comments