Skip to content

⚛⚡ Repository with code and presentation about React JS and Vite JS

License

Notifications You must be signed in to change notification settings

EuCarlos/react-and-vitejs-presentation

Repository files navigation

React.js and Vite.js presentation

Para a versão em português deste README, clique aqui.

Project description

⚛️ ⚡ Repository with code and presentation about React JS and Vite JS

GitHub language count GitHub top language GitHub repo size GitHub GitHub release (latest by date)

View the presentation in:


The project

General Objective:

Create presentation with sample code of how to use react.js with vita.js to create web applications

View website in production

Installation

Clone the repo:

git clone https://github.com/EuCarlos/react-and-vitejs-presentation.git && cd react-and-vitejs-presentation

Install the dependencies using Yarn:

yarn install // or -> npm install 

Run the project

Start a react server:

yarn dev // or -> npm run dev

Build the project:

yarn build // or -> npm run build

Created with heart 💜 by Carlos Alves