Explorar el Código

Update 'README.md'

Kristofer Younger hace 6 años
padre
commit
686505678a
Se han modificado 1 ficheros con 14 adiciones y 1 borrados
  1. 14
    1
      README.md

+ 14
- 1
README.md Ver fichero

@@ -6,6 +6,7 @@ Work with each other to learn these ideas in groups.
6 6
 
7 7
 The goal here is to absorb a bunch of new tech, in a short period of time. You can do this by making sure you have something visible (demoable) by the end. If that means you have reduce the amount of features and functionality in the app to keep it demoable, so be it. But, try to make something useful. Be sure to have some kind of User Interface, some business logic and some kind of data storage.
8 8
 
9
+### Possible Methodology
9 10
 1. Research Typescript/Ionic/Angular (use the latest versions)
10 11
     2. What they are, what they do.
11 12
     3. Download them and get them installed. (and Cordova? and Node.js? and?)
@@ -25,4 +26,16 @@ The goal here is to absorb a bunch of new tech, in a short period of time. You c
25 26
     9. How do you put test data into the UI?
26 27
 8. Build the project in chosen
27 28
 9. Test
28
-10. Demoable by Noon on Monday
29
+10. Demoable by Noon on Monday
30
+
31
+### Some Useful(?) Links
32
+
33
+* VSC: <https://code.visualstudio.com/>
34
+* <http://www.typescriptlang.org/>
35
+* <https://www.pluralsight.com/courses/typescript-getting-started>
36
+
37
+* GitHub: <https://github.com/Microsoft/TypeScript>
38
+* <https://www.typescriptlang.org/index.html#download-links>
39
+* <https://medium.com/quick-code/top-tutorials-to-learn-typescript-c08834892e69>
40
+* <https://demo.mobiscroll.com/>
41
+* <https://github.com/ionicthemes>