Skip to content

TheNeuronProject/ef-starter-rollup

Repository files navigation

{{capital name space=true}}

This is a starter template for {{name}}, bundling using Rollup.

Usage

Use create-ef-app

pnpm create ef-app <project name> -- --template rollup

Manually

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

Preset

Code style

  • Tabs
  • Single quotes
  • No semicolons

Modify to fit your own in .editorconfig

Transpiler

esbuild

CSS pre-processer

PostCSS

Linter

ESLint

Commands

Start a dev server

npm start

Build dist

npm run build

Lint the project

npm run lint

Clean build files

npm run clean

License

MIT

About

Starter template for ef.js projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published