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)
- Host: GitHub
- URL: https://github.com/kriasoft/app-starter-kit
- Owner: kriasoft
- License: mit
- Created: 2014-01-11T15:43:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T21:09:59.000Z (about 8 years ago)
- Last Synced: 2025-07-27T00:29:56.968Z (6 months ago)
- Language: JavaScript
- Homepage: https://github.com/kriasoft/react-starter-kit
- Size: 186 KB
- Stars: 45
- Watchers: 11
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.