adamkss / chooose-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install the dependencies:

yarn

Secondly, run the development server:

npm run dev
# or
yarn dev

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

We are using Next.js API routes in order to create a Node.js server for getting the data. The endpoint which returns the data (in JSON format) lives under http://localhost:3000/api/trips. This endpoint is called client-side in our components via axios.

About


Languages

Language:JavaScript 65.6%Language:TypeScript 32.0%Language:CSS 2.4%