https://github.com/david-desmaisons/simple-js-template
simple js template with minimal webpack set-up
https://github.com/david-desmaisons/simple-js-template
Last synced: 3 months ago
JSON representation
simple js template with minimal webpack set-up
- Host: GitHub
- URL: https://github.com/david-desmaisons/simple-js-template
- Owner: David-Desmaisons
- License: mit
- Created: 2019-12-08T16:26:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T12:37:35.000Z (over 2 years ago)
- Last Synced: 2025-01-19T06:10:09.904Z (5 months ago)
- Language: JavaScript
- Size: 764 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-js-template
simple js template with minimal webpack set-up## Usage
Clone it with [degit](https://github.com/Rich-Harris/degit):
```bash
npx degit David-Desmaisons/simple-js-template my-new-js-project
cd my-new-js-project
npm install # or yarn
```