Skip to content

My personal basic web app to kickstart a new app

Notifications You must be signed in to change notification settings

blodone/basic-webapp

Repository files navigation

Stefan Feser's Basic Webapp

My personal basic web app to kickstart a new app. Most of the times I use AngularJS, that's why Angular is a component by default.

Feel free to use and modify it.

Components

There are already some basic components included:

  • AngularJS
  • AngularUI Router
  • es5-Shim
  • Fastclick (To prevent 300ms click delay on mobile)
  • Normalize-CSS
  • Grunt Taskrunner

I use SASS (http://sass-lang.com) as CSS Preprocessor.

Installation

You need to have Bower (http://bower.io) and NPM (node.js - http://nodejs.org) installed.

1.) Clone this repository:

git clone [email protected]:StefanFeser/basic-webapp.git

cd basic-webapp

2.) Install Bower components

bower install

3.) Install Grunt modules/tasks

npm install

That's it!

About

My personal basic web app to kickstart a new app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published