0.1.0 • Published 4 years ago
stravital v0.1.0
Getting started with StRaViTal
The main purpose of this was I was too lazy to start everything from scratch, such as setting up config for tailwind, absolute path, jsxinject, etc. so I create this to solve those problem, and you can use this too, you know, just clone this repo and start developing your next React application with Vite and Tailwind CSS.
Feature
- Fast, use Vite.JS instead C-R-A
- Dark mode enabled (for media)
- Absolute path configured
- JIT enabled by default
- Jsx inject configured
- Prop-Types added
- Eslint, Prettier and VSCode configured (.vscode for tailwind intellisense)
- React-Icons for ease of use icons in React app
Installation
Clone this repo
git clone https://github.com/rizkimcitra/stravital
Go to directory
cd stravital
Installing package
npm install
Development mode
npm run dev
Build for production
npm run build
TypeScript version
TypeScript version is now available, I will update it later to adding some types for TypeScript version, to see TypeScript version, switch the branch!