Skip to content

Front clean architecture - reusable features // React - RTK - Typescript - Shell script - NodeJS

Notifications You must be signed in to change notification settings

helene-nguyen/architecture-frontend-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React/RTK - Clean architecture template

banner

Introduction

The purpose of this repository is to provide a boilerplate for starting a React project with a clean architecture.

Folder structure

How to start ?

  • Clone the repository

  • Install dependencies

cd ./frontend
# common use with npm
npm install
# you can use pnpm for performance & optimization
npm install --global pnpm
pnpm install

(We explain here advantages of using pnpm and vite: Tools and stack in details)

  • Launch the server application for development environment
# common
npm run dev
# pnpm
pnpm run dev

Sources

About

Front clean architecture - reusable features // React - RTK - Typescript - Shell script - NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published