This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81f88a9
commit a6da9dd
Showing
53 changed files
with
53,841 additions
and
5,326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"projects": { | ||
"default": "react-beautiful-weather-app" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# A beautiful weather web application using React, Redux, Typescript, Webpack4, Bootstrap4 and D3v5. | ||
|
||
## Introduction | ||
This project demonstrates how to use React, Redux, Typescript, Webpack4, Bootstrap4 and D3v5. It is also including two kinds of D3 force simulation demonstrations as well as gauge, which is based on my personal interest and previous project. | ||
|
||
## Prerequisites | ||
The latest version of Nodejs and npm need to be installed. | ||
|
||
### How do I get set up? ### | ||
|
||
1.Clone the repo: | ||
``` | ||
git clone https://[email protected]/LaurenceHo/reactjs-beautiful-weather.git | ||
``` | ||
or | ||
``` | ||
git clone https://github.com/bluegray1015/reactjs-beautiful-weather.git | ||
``` | ||
|
||
2.Install npm package: | ||
``` | ||
npm install | ||
``` | ||
|
||
3.Launch the app: | ||
``` | ||
npm run start | ||
``` | ||
|
||
4.Visit in your browser: http://localhost:8080 | ||
|
||
### Deploy to firebase | ||
1. Change the default project setting in the `.firebaserc` | ||
2. Then run: | ||
``` | ||
npm run deploy | ||
``` | ||
|
||
### Live demo | ||
https://react-beautiful-weather-app.firebaseapp.com/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.