Skip to content

This is an early version of my new Datapod-for-React framework, currently a React site created with Vite and with the following features: Sass, React Router, qtools, Jest testing, a CLI page-creator tool, and TypeScript working backend and frontend.

Notifications You must be signed in to change notification settings

edwardtanguay/datapod-react-2023

Repository files navigation

datapod-for-react-2023

This is an early version of my new Datapod-for-React framework, currently a React site created with Vite and with the following features: Sass, React Router, qtools, Jest testing, a CLI page-creator tool, and TypeScript working backend and frontend.

grafik

purpose

  • a starter site to build React sites with TypeScript on the frontend and backend

backend

  • TypeScript
  • ES6 modules (import instead of require)
  • CLI with page component creator: npm run cp
  • (currently no API)

frontend

  • React site made with Vite
  • TypeScript
  • ES6 modules
  • Sass
  • React Router (v6)
  • qtools
    • useful functions that can be used throughout the application
    • accessible from frontend and backend when these are in the same project
  • Jest testing for qtools, site will not build without passing all tests

how to install

  • go to projects directory
  • git clone [email protected]:edwardtanguay/datapod-react-2023.git name-of-your-site
  • cd name-of-your-site
  • rm -rf .git - removes the Git repository
  • git init -b main - creates your own Git Repository
  • code . - open project in VSCode
  • open VSCode terminal
  • npm i
  • npm run dev
  • click on provided localhost URL

About

This is an early version of my new Datapod-for-React framework, currently a React site created with Vite and with the following features: Sass, React Router, qtools, Jest testing, a CLI page-creator tool, and TypeScript working backend and frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published