@nehemiahdias/create-reactts-vite-tailwind
v1.0.3
Published
React template for an empty setup to get working with the React + TypeScript + Vite + TailwindCSS + SCSS techstack
Downloads
5
Readme
React + TypeScript + Vite + TailwindCSS + SCSS
This forkable template / npm package provides an empty setup to get working with the React + TypeScript + Vite + TailwindCSS + SCSS techstack.
Includes
- TypeScript
- React
- Vite
- TailwindCSS
- SCSS
- Prettier formatting
- Routing (react-router-dom)
Instructions
- In console,
run npx @nehemiahdias/create-reactts-vite-tailwind {newRepoNameHere}
ALTERNATIVE
- Fork / Clone the repository
- Run
npm install
in the console - Navigate to
App.tsx
and get workin'! Customize routes atmain.tsx
.
Commands
npm i
- Install dependencies
npm run dev
- Inits HMR enabled session
npm run lint
- Runs eslint to check for errors
npm run prettier-check
- Checks code formatting based on .prettierrc.json
npm run prettier
- Formats all files based on .prettierrc.json
TODO
- Add storybook
- Create package entry/exit points for quick inits of package repos