@nehemiahdias/create-reactts-vite-tailwind
v1.2.0
Published
A package to quickly create a web app with TypeScript, Tailwind, Vite, Tailwind, SCSS, and React.
Readme
React + TypeScript + Vite + TailwindCSS + SCSS
A package made to allow for a quick start for the teck stack: React, TypeScript, Vite, Tailwind, and SCSS.
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 installin the console - Navigate to
App.tsxand 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
