Skip to content
/ web-app Public template
forked from Generic-Tree/root

A front-end based project template repository

License

Notifications You must be signed in to change notification settings

Generic-Tree/web-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conceptual Repository

This intends to be a readme-documented, open-source-licensed, semantic-versioned, conventional-committed and changelogged git repository starting point for the development of a brand-new project

A straightforward beginning for an open-source project repository

Table of Contents

See all

Getting started

First of all, create a new repository from this template,
Name it accordingly and place where it best fits for your team.

Development environment

Make sure you have Git installed:

$ git --version
git version 2.25.1

Thus, clone the recent-created repository locally, and you'll be ready to start developing your project.

Repo publication

After all, you should make this project your own.
Write a good README to present it to the world.
And also ensure to tailor the project license to your needs, as well as assign a suitable maintenance status.

Project specifications

Here some descriptions about this template project:

Features

This project shortens a repository start setup, considering:

Folder structure

.
├── .git/                       Version control system folder
├── .env.example                Environment variables definition
├── .gitignore                  VCS ignored files manifest
├── CHANGELOG.md                Release notes description
├── LICENSE                     License file
├── Makefile                    Development management facilities
└── README.md                   Repo readme document

Maintenance

This project is maintained by the author, @artu-hnrq.
Though, minimal or no implementation has been done yet, it's only intended to be a limited example, demo, or proof-of-concept.

License

This project is published under the permissions established by GNU General Public License v3.0.

About

A front-end based project template repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 64.0%
  • CSS 16.4%
  • HTML 13.1%
  • Shell 4.2%
  • JavaScript 2.3%