SimpleDashboardAdminAppbuiltusingAngular9andBootstrap4
ThisprojectisaportofthefamousFreeAdminBootstrapThemeSBAdminv8.0toAngular9Theme.
PoweredbyStartAngular&StrapUI
DemoSBAdminMaterialversionThisprojectwasgeneratedwithAngularCLIversion9.0.2.
IntroductionProvidesfast,reliableandextensiblestarterforthedevelopmentofAngularprojects.
sb-admin-bs4-angular9providesthefollowingfeatures:
Developedusingboostrap-v6.0.0angular-v9.0.2angular/cli-v9.0.2ng-bootstrap-v6.0.0ngx-translate-v12.1.1Followingthebestpractices.Ahead-of-Timecompilationsupport.OfficialAngulari18nsupport.Productionanddevelopmentbuilds.Tree-Shakingproductionbuilds.HowtostartNotethatthisseedprojectrequiresnode>=v8.9.0andnpm>=4.
Inordertostarttheprojectuse:
$gitclonehttps://github.com/start-angular/SB-Admin-BS4-Angular-8.git$cdSB-Admin-BS4-Angular-8#installtheproject'sdependencies$npminstall#watchesyourfilesanduseslivereloadbydefaultrun`npmstart`foradevserver.Navigateto`https://localhost:4200/`.Theappwillautomaticallyreloadifyouchangeanyofthesourcefiles.$npmstart#prodbuild,willoutputtheproductionapplicationin`dist`#theproducedcodecanbedeployed(rsynced)toaremoteserver$npmrunbuildCodescaffoldingRunnggeneratecomponentcomponent-nametogenerateanewcomponent.Youcanalsousenggeneratedirective/pipe/service/class/module.
RunningunittestsRunngtesttoexecutetheunittestsviaKarma.
Runningend-to-endtestsRunnge2etoexecutetheend-to-endtestsviaProtractor.Beforerunningthetestsmakesureyouareservingtheappviangserve.
FurtherhelpTogetmorehelpontheAngularCLIusenghelporgocheckouttheAngularCLIREADME.
评论