All Projects → vhpoet → frontend-boilerplate

vhpoet / frontend-boilerplate

Licence: other
Frontend boilerplate for modern day web applications (update: not that modern anymore, go use React instead)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
ApacheConf
554 projects

Projects that are alternatives of or similar to frontend-boilerplate

keycloak-spring-boot-rest-angular-demo
Demo for configuring Keycloak authentication for a spring-boot rest service and AngularJs web client
Stars: ✭ 24 (-62.5%)
Mutual labels:  angularjs
Beetle.js
🪲 Javascript ORM, manage your data easily.
Stars: ✭ 53 (-17.19%)
Mutual labels:  angularjs
chord-transitions
Transitioning Chord Diagram Demo with Angular/D3
Stars: ✭ 38 (-40.62%)
Mutual labels:  angularjs
angularjs-es6-starter-kit
Basic AngularJS, ES6, Webpack Starter Kit Project which includes Bootstrap 4 also. This is a boilerplate for AngularJS SPA with Bootstrap 4.
Stars: ✭ 28 (-56.25%)
Mutual labels:  angularjs
ypereirareis.github.io
DevOps, Symfony and VueJs developer. Articles and experiences on docker, grafana, prometheus, RabbitMQ, PHP, MySQL, Admin, Nginx, Haproxy, SSH,...
Stars: ✭ 15 (-76.56%)
Mutual labels:  angularjs
angular-heremaps
AngularJS directive for working with Here Maps
Stars: ✭ 19 (-70.31%)
Mutual labels:  angularjs
vogon-java
Vogon - A simple personal finance tracker using Spring Boot and AngularJS
Stars: ✭ 16 (-75%)
Mutual labels:  angularjs
rentnride
Rent&Ride is an open source for Car Rental script. Travel to any of your favourite places by availing the services in the Rent & Ride application. Book cars for rental by making use of the flexibility to choose the car of your interest.
Stars: ✭ 37 (-42.19%)
Mutual labels:  angularjs
angular-sticky-navigation-directive
Angular directive to make a sticky element, quick demo here: http://ng-milk.github.io/angular-sticky-navigation-directive/
Stars: ✭ 20 (-68.75%)
Mutual labels:  angularjs
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (-42.19%)
Mutual labels:  angularjs
IoT-Modelling-Tool
IoT Modelling Tool is a platform which allows users to have their own devices and components modeled in order to represent and manage a physical environment.
Stars: ✭ 16 (-75%)
Mutual labels:  angularjs
router
Keep your Angular2+ router state in Redux
Stars: ✭ 28 (-56.25%)
Mutual labels:  angularjs
angularjs-jest-example
✅ AngularJs with Jest example
Stars: ✭ 13 (-79.69%)
Mutual labels:  angularjs
ccms-components
数云PC angular1.x 组件库 (不再维护更新)
Stars: ✭ 51 (-20.31%)
Mutual labels:  angularjs
ledgeraccounting
Simple web-based accounting and budgeting tool built upon the popular accounting software, hledger
Stars: ✭ 28 (-56.25%)
Mutual labels:  angularjs
angular
Repository for my tutorial course: Learning AngularJS on LinkedIn Learning and Lynda.com. http://raybo.org/angular
Stars: ✭ 79 (+23.44%)
Mutual labels:  angularjs
percy-node
Utilities for visual regression testing in node based testing setups (like Protractor) for use with percy.io
Stars: ✭ 17 (-73.44%)
Mutual labels:  angularjs
phosphor-webui
Web-based user interface for managing OpenBMC systems
Stars: ✭ 37 (-42.19%)
Mutual labels:  angularjs
angular-odoo
Call Odoo webservices from AngularJS
Stars: ✭ 41 (-35.94%)
Mutual labels:  angularjs
ADM-treeView
Pure AngularJs TreeView
Stars: ✭ 30 (-53.12%)
Mutual labels:  angularjs

No fancy generators, just clone this repo and build your app on top of it.

Package

Setup

  • $ git clone https://github.com/vhpoet/frontend-boilerplate
  • Find and replace frontendboilerplate to yourappname in ./
  • $ npm install
  • $ npm install -g gulp
  • $ gem install sass
  • $ cp config-example.json config.json
  • $ gulp

Deployment

Run $ gulp dist for the production ready code in build.

TODO

  • Add unit tests
  • Add user signup/signin service
  • Use Angular controllerAs
  • Add yeoman generator

Contributing

I'm open for contributions via pull-requests, and please open an issue for anything you don't like.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].