Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milan-miscevic/js-skeleton
Starting point for other JS projects
https://github.com/milan-miscevic/js-skeleton
javascript-project javascript-template js-project js-template skeleton skeleton-application template template-application
Last synced: 22 days ago
JSON representation
Starting point for other JS projects
- Host: GitHub
- URL: https://github.com/milan-miscevic/js-skeleton
- Owner: milan-miscevic
- License: mit
- Created: 2020-06-27T13:49:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T20:35:16.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T12:56:34.964Z (almost 2 years ago)
- Topics: javascript-project, javascript-template, js-project, js-template, skeleton, skeleton-application, template, template-application
- Language: Makefile
- Homepage:
- Size: 161 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-skeleton
[![Software License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![GitHub Build](https://github.com/milan-miscevic/js-skeleton/workflows/Test/badge.svg?branch=master)](https://github.com/milan-miscevic/js-skeleton/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=milan-miscevic_js-skeleton&metric=alert_status)](https://sonarcloud.io/dashboard?id=milan-miscevic_js-skeleton)This repository provides a starting point for other JavaScript projects.
## Installation
1. Create a new project based on this GitHub template.
1. Clone the project.
1. Update the `package.json` data:
* `name`
* `description`
* `keywords`
1. Update the `package-lock.json` file.
1. Update the `README.md` file.
1. Make other needed adjustments.
1. Commit & push.
1. Continue work on the new project.## Usage
For available commands check [Makefile](Makefile).