Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oliviernt/vite-migration
- Owner: oliviernt
- Created: 2022-07-23T13:19:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T13:28:19.000Z (over 2 years ago)
- Last Synced: 2024-11-05T20:03:42.934Z (2 months ago)
- Language: TypeScript
- Size: 305 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).