Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.