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

https://github.com/theneuronproject/ef-starter-rollup

Starter template for ef.js projects
https://github.com/theneuronproject/ef-starter-rollup

Last synced: 7 months ago
JSON representation

Starter template for ef.js projects

Awesome Lists containing this project

README

          

# {{capital name space=true}}

This is a starter template for {{name}}, bundling using [Rollup](https://rollupjs.org).

## Usage

### Use create-ef-app

```bash
pnpm create ef-app -- --template rollup
```

### Manually

1. Download this project
1. Unzip
1. Change fields you want in `package.json`
1. Change options you would like to customize in `config` folder
1. Start coding!

## Preset

### Code style

- Tabs
- Single quotes
- No semicolons

*Modify to fit your own in `.editorconfig`*

### Transpiler

[esbuild](https://esbuild.github.io/)

### CSS pre-processer

[PostCSS](https://postcss.org)

### Linter

[ESLint](https://eslint.org)

## Commands

### Start a dev server

```bash
npm start
```

### Build dist

```bash
npm run build
```

### Lint the project

```bash
npm run lint
```

### Clean build files
```bash
npm run clean
```

## License

MIT