kriasoft / app-starter-kit

A front-end web application template based on HTML5 Boilerplate and enhanced with LESS style sheets and Gulp.js build system (a newer promising alternative to Grunt.js)

Home Page:https://github.com/kriasoft/react-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Starter Kit

This project was bootstraped with App Starter Kit.

Directory Layout

.
├── /api/                       # Backend
└── /web/                       # Frontend

Keeping Up-to-Date

If you keep the original Git history after cloning this repo, you can always fetch and merge the recent updates back into your project by running:

git remote add app-starter-kit https://github.com/kriasoft/app-starter-kit.git
git checkout master
git fetch app-starter-kit
git merge app-starter-kit/master

License

Copyright © 2017-present Kriasoft. This source code is licensed under the MIT license found in the LICENSE.txt file.

About

A front-end web application template based on HTML5 Boilerplate and enhanced with LESS style sheets and Gulp.js build system (a newer promising alternative to Grunt.js)

https://github.com/kriasoft/react-starter-kit

License:MIT License


Languages

Language:JavaScript 86.8%Language:CSS 6.4%Language:HTML 5.0%Language:C++ 1.3%Language:Python 0.3%Language:Shell 0.1%