isaackwok / dcard-tourism

A web application for exploring spots in Taiwan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

  1. First, install dependencies for the project.
npm install
# or
yarn
  1. (Optional) You can replace the AppID and ApiKey with your own, in **/utils/apiAuth.js.
const getAuthorizationHeader = () => {
    // Get authorization header for MOTC API. 
    let AppID = {YOUR_APP_ID};
    let ApiKey = {YOUR_API_KEY};

    // ...
    // ...
}
  1. Then, build the project and start the server:
npm run build
npm run start
# or
yarn build
yarn start

Open http://localhost:3000 with your browser to see the result.

About

A web application for exploring spots in Taiwan.


Languages

Language:JavaScript 75.3%Language:CSS 24.7%