Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franmc01/react-citas-app-2.0
Es una versión de una de las primeras aplicaciones que hice cuando aprendí Reactjs.
https://github.com/franmc01/react-citas-app-2.0
eslint postcss prettier react tailwindcss-v3 vitejs
Last synced: 29 days ago
JSON representation
Es una versión de una de las primeras aplicaciones que hice cuando aprendí Reactjs.
- Host: GitHub
- URL: https://github.com/franmc01/react-citas-app-2.0
- Owner: franmc01
- Created: 2022-02-26T21:06:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T00:30:44.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:29:05.325Z (8 months ago)
- Topics: eslint, postcss, prettier, react, tailwindcss-v3, vitejs
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with ViteJS
This project was bootstrapped with [ViteJS](https://vitejs.dev/guide/#scaffolding-your-first-vite-project).
## Available Scripts
In the project directory, you can run:
### `yarn dev`
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.### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.### `yarn preview`
Running this command will spawn a local server that will simulate what the app would look like if it were in production.
### `yarn format`
Executing this command will perform an analysis of all the code in the project and it will be formatted according to the rules established in the .prettierrec file.
### `yarn lint`
It will analyze all the source code of the application and verify that the written code is in accordance with the style guide configured in the .eslintrc.js file. The purpose of this command is to validate that you write better code.