Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 685 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 685 Bytes

Sane Front End Project Template

A project scaffolding for scalable front-end application what meets the needs of the business world.

Read here more about the motivation behind it.

Architecture

What's inside?

  • TypeScript
  • React
  • Vite
  • React Router
  • Auth0
  • Zustand
  • Axios

Getting started

  1. Create a project using this Github template
  2. npm install
  3. Create .env file according to the example file and fill the values
  4. npm run dev
  5. Go to http://localhost:5173