This project was built from the NLW Expert React track, mainly using Vite, Typescript and TailwindCSS.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have Node.js installed.
- Clone the repository:
git clone https://github.com/IgorDGomes/NLW14-Reactjs.git
- Navigate into the project directory:
cd NLW14-Reactjs
- Install dependencies:
npm install
- Start the development server:
npm run dev
This will start the development server and open your default browser with the application running on localhost:5173.