Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hilli/js-template
JS cli starting point
https://github.com/hilli/js-template
Last synced: 5 days ago
JSON representation
JS cli starting point
- Host: GitHub
- URL: https://github.com/hilli/js-template
- Owner: hilli
- Created: 2022-09-12T15:12:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T15:14:39.000Z (over 2 years ago)
- Last Synced: 2024-11-07T22:34:28.285Z (about 2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS template
This is a template for a JS project.
Start by pulling this repo, and then open VSCode in the folder.
```shell
git clone https://github.com/hilli/js-template.git
cd js-template
code .
```