Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 219 Bytes

File metadata and controls

17 lines (12 loc) · 219 Bytes

CRA Example

Minimal demo of the spinners with create-react-app using ESM bundle.

# Install the deps
npm i

# Start the server
npm start

# Build the bundle
npm run build

# Serve local build
npm run serve