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: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T20:35:16.000Z (about 3 years ago)
- Last Synced: 2025-02-04T15:43:16.349Z (about 1 year ago)
- Topics: javascript-project, javascript-template, js-project, js-template, skeleton, skeleton-application, template, template-application
- Language: Makefile
- Homepage:
- Size: 161 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-skeleton
[](LICENSE)
[](https://github.com/milan-miscevic/js-skeleton/actions)
[](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).