Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshxfi/vret-boilerplate
⚡ A boilerplate for Vite.js, React.js. Emotion.sh, & TypeScript.
https://github.com/joshxfi/vret-boilerplate
emotion react typescript vite
Last synced: 27 days ago
JSON representation
⚡ A boilerplate for Vite.js, React.js. Emotion.sh, & TypeScript.
- Host: GitHub
- URL: https://github.com/joshxfi/vret-boilerplate
- Owner: joshxfi
- License: mit
- Created: 2021-07-24T12:24:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T09:33:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T23:02:37.144Z (over 1 year ago)
- Topics: emotion, react, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 119 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vret Boilerplate ⚡
Vret stands for [Vite](https://github.com/vitejs/vite), [React](https://github.com/microsoft/TypeScript), [Emotion](https://github.com/emotion-js/emotion), [TypeScript](https://github.com/microsoft/TypeScript).
> It's fast & faster than create-react-app! 🏃♂️## Installation
Choose an option:
* Download as .ZIP then extract/unzip.
* Rename the folder to your project's name.
* Clone the repo — `git clone https://github.com/joshxfi/vret-boilerplate.git `
* Replace the `` with the title of your project.## Quick Start
* Change directory to your project:
```shell
cd
```
* Install the dependencies:
```shell
# for npm
npm install or npm i# start dev server
npm run dev
```
```shell
# for yarn
yarn install or yarn# start dev server
yarn dev
```
* Reinitialize the git repository (*optional*).
```shell
# this will remove the existing remote
rm -rf .git# initialize an empty git repository
git init
```## Features
* Removed CSS files.
* CSS Reset (*CSS-Maid*)
* Reusable media queries.
* Added types.d.ts file.
* Added components folder.
* Added \ in App.tsx.