Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oliviernt/vite-migration

Demo of a simple CRA app migration to vite/vitest
https://github.com/oliviernt/vite-migration

Last synced: 13 days ago
JSON representation

Demo of a simple CRA app migration to vite/vitest

Awesome Lists containing this project

README

        

# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and then migrated to [Vite](https://vitejs.dev/).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See [https://vitest.dev](https://vitest.dev/) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
See [https://vitejs.dev](https://vitejs.dev/) for more information.

## Learn More

To learn React, check out the [React documentation](https://reactjs.org/).