/weather-app

@react

Primary LanguageTypeScript

About

An weather application wrote by react and type script, mainly used for practice.

Start the project

npm start

Github pages

install gh-page

npm install gh-pages --save-dev

add script to package.json

    "predeploy": "npm run build",
    "deploy": "gh-pages -d build",

Add home page to package.json

  "homepage": "http://jiayanguo.github.io/weather-app",

npm run deploy