viteapp

0.1.0 • Public • Published

zima-market-frontend

A starter for React with Typescript with the fast Vite and the beautiful Chakra, tested with the powerful Cypress.

Vite + React + Typescript + Chakra + Cypress Starter

I found out about Vite and I wanted to have a boilerplate for the technologies that I use. You can find more about these in the following links: Vite, React, Typescript, Chakra, Cypress.

Features

Aliases

This starter has configurations that enables aliases out of the box. Any folder inside src is automatically setup as an alias. It now has the following structure:

src
    pages
    resources

that generates the follow:

{
    '@pages': '${project_path}/src/pages'
    '@resources': '${project_path}/src/resources'
}

Installation

Clone the repo and run yarn install

Start

After the successfull installation of the packages: yarn start

Tests

You can build tests with Cypress. I wrote a small test to see if it's enabled. You can run it with yarn test

Package Sidebar

Install

npm i viteapp

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

1.37 MB

Total Files

101

Last publish

Collaborators

  • koishi