An open API service indexing awesome lists of open source software.

https://github.com/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)
https://github.com/kriasoft/app-starter-kit

Last synced: 5 months ago
JSON representation

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)

Awesome Lists containing this project

README

          

# App Starter Kit

This project was bootstraped with [App Starter Kit](https://github.com/kriasoft/app-starter-kit).

## Directory Layout

```bash
.
├── /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:

```bash
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](https://github.com/kriasoft/app-starter-kit/blob/master/LICENSE.txt) file.