An open API service indexing awesome lists of open source software.

https://github.com/bieanimaton/nlw-heat-web

Cliente web desenvolvido com ReactJs, Typescript e várias bibliotecas. - Next Level Week (NLW) Heat by Rocketseat.
https://github.com/bieanimaton/nlw-heat-web

axios reactjs scss socket-io-client typescript vite

Last synced: 3 months ago
JSON representation

Cliente web desenvolvido com ReactJs, Typescript e várias bibliotecas. - Next Level Week (NLW) Heat by Rocketseat.

Awesome Lists containing this project

README

          

# NLW Heat Web

## Direct access :point_left:
https://nlw-heat-web-bie.herokuapp.com/

## Image :camera:
![DoWhile-1](https://user-images.githubusercontent.com/52220244/178752298-07f9d926-78fd-415b-a16c-379d62364d25.JPG)

![DoWhile-2](https://user-images.githubusercontent.com/52220244/178752301-be658e86-bbd6-4d45-8f64-9af701754b76.JPG)

## How Install :bookmark_tabs:
```
# Create folder for store the files, like 'nlw-heat-web'

# Clone the project
git clone https://github.com/BieAnimaton/nlw-heat-web

# Install the dependencies
yarn install

# Change:
- "const socket = io('https://nlw-heat-server-bie.herokuapp.com/');" URL's for your server URL on auth.ts
- "baseURL: 'https://nlw-heat-server-bie.herokuapp.com/" URL's for your server URL on apis.ts

# To start developter mode
yarn dev

# To build for porduction
yarn build

# To start for porduction
yarn start

# The server will start in port 8000
# Access http://localhost:3000
```

## Features :hammer_and_wrench:
- ReactJs
- Typescript
- Vite
- Scss
- Axios
- Sicket.io-sclient