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.
- a starter site to build React sites with TypeScript on the frontend and backend
- TypeScript
- ES6 modules (
import
instead ofrequire
) - CLI with page component creator:
npm run cp
- (currently no API)
- 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
- 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 repositorygit init -b main
- creates your own Git Repositorycode .
- open project in VSCode- open VSCode terminal
npm i
npm run dev
- click on provided localhost URL