Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 187 Bytes

File metadata and controls

16 lines (11 loc) · 187 Bytes

Your App Name

Replace README.md with this file.

NPM Scripts

# Run app in development
npm run dev

# Build `.js` files
npm run build

# Run app off of build
npm start