Skip to content

Bridging the gap between front end and back end

Notifications You must be signed in to change notification settings

CodeCheetah/Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

Requirements

For UI build and development the project requires node.js and npm Note: You need to install stable node.js versions >= 0.8.0.

To install other node versions you need nvm. To check which version you are running:

node --version

To install another version run:

nvm install v0.10.23

You will then need Grunt and Bower to handle client side dependencies.

Getting Started

To globally install Grunt and Bower, run the following from the command line:

npm install -g grunt-cli bower

Install Grunt plugins and other dependencies:

npm install

Install Bower components

bower install

Back-end and Front-end deployment tasks

Run grunt build for front-end development and grunt dotnet to get front-end assets and DOTNET razor templates into Visual Studio project.

About

Bridging the gap between front end and back end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published