Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 501 Bytes

Stage 1 - REACT JS

Create the web front end of the NodeJS application using ReactJS. create the project using Vite, an extremely high performance tool, TypeScript and CSS modules.

Installation

Clone repo:

git clone https://github.com/EuCarlos/NLW7-Heat-impulse-react.git && cd NLW7-Heat-impulse-react

Install the packages: Install packages listed in the package.json file

yarn // or npm install

Run the project

Start a node server:

yarn dev // or npm run dev