Skip to content

A scaffold for building an application with Zurb for Applications and .Net

License

Notifications You must be signed in to change notification settings

Dillie-O/z4a-dotnet-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foundation for Apps .Net Scaffold

This is the default template project for Foundation for Apps for .Net. It's powered by Node, Gulp, Angular, and libsass. It also runs off the .Net WebAPI architecture for service processing. It provides you with a basic template to get started with Angular and Foundation for Apps.

Details

More information about this scaffold can be found through this blog post.

Requirements

You'll need the following software installed to get started.

  • Node.js: Use the installer provided on the NodeJS website.
  • Git: Use the installer for your OS.
  • Ruby: Use the installer for your OS. For Windows users, JRuby is a popular alternative.
    • With Ruby installed, run gem install bundler sass.
  • Gulp and Bower: Run [sudo] npm install -g gulp bower

Get Started

Once you've added this NuGet package to an empty solution, you need to rebuild the client side assets by running the following commands from the project root (not solution root):

bower install
bundle
gulp build```

## Configuration Complete
From here you should be able to build and run the app. Anytime you make changes to your front end, make sure to do so from the client folder and then run `gulp build` again.

Build your app and enjoy!

About

A scaffold for building an application with Zurb for Applications and .Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published