Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 635 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 635 Bytes

@cblackcom/front

My personally curated web front-end starter template, now powered by Vite. It's our reference baseline at PNDLM for new web apps.

  • React Typescript
  • Redux Toolkit
  • Emotion
  • React Router
  • Vite

Installation

# https://vitejs.dev/guide/#community-templates
npx degit cblackcom/front/template-vite my-new-app
cd my-new-app

npm install
npm run dev

Note to self: Updating this template

Review latest create-vite templates and apply updates: