alex996 / project-templates

Templates for React, Preact, & Node using Webpack, Rollup, or TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“‘ Templates

Starter templates for React, Preact, and Node projects with Webpack or Rollup bundler.

Index

Webpack

Rollup

TypeScript

Usage

  1. Clone the repo
git clone https://github.com/alex996/project-templates.git && cd project-templates
  1. Pick a template
cd react-webpack
  1. Install the deps
npm i
  1. Run the dev server
npm start
  1. Enjoy! πŸŽ‰

Features

  • Babel / TypeScript

  • ESLint & Prettier

  • Code splitting

  • Bundle versioning

  • Source maps

  • Bundle stats

  • More πŸ™‚

Motivation

To extract out recurring boilerplate and enable full control over config πŸ’ͺ

About

Templates for React, Preact, & Node using Webpack, Rollup, or TypeScript


Languages

Language:JavaScript 72.3%Language:HTML 12.3%Language:TypeScript 10.5%Language:CSS 3.1%Language:Shell 1.8%