Skip to content

AcePetrucci/react-esbuild-typescript-eslint-boilerplate

Repository files navigation

React + ESBuild + Typescript + ESlint Boilerplate

This repo is a starter kit boilerplate for new React applications using ESBuild, Typescript and ESlint.

Installation

Run:

  npm install

ESbuild will serve the files in localhost:8000.

You can also change that in the esbuild.js config file:

  ...
  async function serve() {
    await servor({
      root: serveDir,
      port: 8000, // Change the port here
    });
    ...
  }

Running

You can serve the boilerplate by running:

  npm run start

Or you can build the files by running:

  npm run build

The static assets (currently only the .html file) are in the /dist folder.

The generated build files are in /dist/build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published