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
- Host: GitHub
- URL: https://github.com/theneuronproject/ef-starter-rollup
- Owner: TheNeuronProject
- Created: 2019-08-10T18:40:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T16:18:34.000Z (over 2 years ago)
- Last Synced: 2025-07-15T19:19:23.381Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 542 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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