AcePetrucci / metrobi-react-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metrobi React Test

This repo is a test requested by Metrobi, with a simple React Boilerplating that I created for me.

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 test 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


Languages

Language:TypeScript 79.6%Language:JavaScript 19.2%Language:SCSS 1.2%