An open API service indexing awesome lists of open source software.

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

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
```