A fairly complete seed from Wakanda that uses Angular2 and Material, more than 20 widgets available
-
If you don't have yet, download Wakanda at http://www.wakanda.io
-
Clone or download the zip file of this repository to your computer
-
Go to the place where you download/unzip your seed-angular2-material-wakanda repository and copy the subfolder angular2-Material to /Documents/Wakanda/Extensions/wakanda-extension-templates/web (PS> this folder may vary if you have a windows or mac machine, in doubt, just look for the wakanda-extension-templates/web folder and copy the angular2-Material folder there)
PS.
MAC: /Documents/Wakanda/Extensions/wakanda-extension-templates/web
Windows : Wakanda Enterprise\Studio\Extensions\wakanda-extension-templates\web -
This is all you need to add a new seed to your Wakanda projects, then, when creating your next project, just choose the newly web template 'Angular 2 Material':
- After creating your project, a complete scafolding is available for you (backend, database, web and mobile folders). For this particular seed, you can just Run the project by clicking 'Run Page':
- IMPORTANT, when you 'Run Page' for the first time, you have to wait for all libraries to be charged in the npm install (this installation time will vary based on your internet connection, it can take from few seconds to several minutes). Once you have all the libraries downloaded, the Wakanda Studio will automatically load the first page for you and you should see the following:
- You are almost done ;) and you can start having fun by clicking on the left menu and checking all the widgets available
- Go ahead and explore the solution by clicking on any of the widgets to see the result in Angular Material !
- Now... the fun, check the source code at /src folder.. and it will be your turn to hook your project's data and build an awesome Wakanda + Material + Angular 2 website