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.
- Host: GitHub
- URL: https://github.com/bieanimaton/nlw-heat-web
- Owner: BieAnimaton
- Created: 2022-07-13T00:29:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T14:06:25.000Z (almost 4 years ago)
- Last Synced: 2026-04-12T03:38:25.898Z (3 months ago)
- Topics: axios, reactjs, scss, socket-io-client, typescript, vite
- Language: TypeScript
- Homepage: https://nlw-heat-web-bie.herokuapp.com/
- Size: 301 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NLW Heat Web
## Direct access :point_left:
https://nlw-heat-web-bie.herokuapp.com/
## Image :camera:


## 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