Skip to content

A no-nonsense seed project using React, Webpack, Node on Typescript

Notifications You must be signed in to change notification settings

neberej/react-typescript-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5d4e8c · Feb 20, 2024

History

8 Commits
Feb 20, 2024
Feb 20, 2024
Feb 15, 2024
Feb 20, 2024
Feb 20, 2024
Feb 20, 2024
Feb 20, 2024
Feb 20, 2024
Feb 15, 2024
Feb 20, 2024
Feb 20, 2024
Feb 20, 2024
Feb 20, 2024
Feb 20, 2024
Feb 20, 2024

Repository files navigation

A no-nonsense seed project using React, Express and Typescript

Features:

  • Typescript
  • Webpack 5
  • React 18
  • Express 4 (Optional)
  • Tailwind

Sub-Features:

  • Fully configured for testing using Jest
  • Eslint setup

Run front-end

  • Development
npm run dev
  • Build
npm run build

Run Back-end

npm run server

Run Test

npm run test

Run Eslint

npm run lint