Skip to content

Commencis/starter-react-vite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commencis JS Toolkit Logo

Commencis Starter - React Vite

License: Apache

Commencis Starter - React Vite provides a streamlined foundation for building modern React applications with Vite. Designed to maximize development speed and efficiency, this template allows for quick setup and seamless scaling. Its flexible structure supports diverse project requirements right out of the box.

Table of Contents

Tech Stack

  • ⚡️ Vite
  • 🌀 React18
  • 🎨 SCSS Modules / Abstractions
  • ⚙️ Environment / Config Management
  • 🌐 i18next
  • 🌍 httpClient
  • 🛠️ Providers / Services / API
  • 📁 Module / Page Structure
  • 🔄 Redux Toolkit
  • 🛠️ RTK Query
  • 🛣️ React Router 6
  • 🔍 Vitest
  • 🚦 Mock Service Worker
  • 📚 Storybook
  • 🖥️ Node20
  • 📦 PNPM
  • ✨ Commencis JS Toolkit Integrations

Getting Started

Prerequisites

Node.js

Before you begin, ensure you have node: >= 20.18 installed on your system.

pnpm

This project uses pnpm@9.12.3 as the package manager. You can install it either by activating with corepack which is the recommended way:

corepack prepare pnpm@latest --activate
corepack enable pnpm

or install globally on your system with npm.

npm install -g pnpm

Installation

Run the following command to install project dependencies:

pnpm install

Development

To start the development server, run the following command:

pnpm dev

This will launch the development server and you can access your application at http://localhost:3000.