Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanokpit-yowaratch/nextjs-webboard-client

Webboard client by NextJS
https://github.com/kanokpit-yowaratch/nextjs-webboard-client

nextjs react redux redux-toolkit typescript webboard

Last synced: about 1 month ago
JSON representation

Webboard client by NextJS

Awesome Lists containing this project

README

        

# nextjs-webboard-client
Example of client-side webboard in Next.js

## Tech Stack

`React` `TypeScript` `NextJS` `react-redux` `Redux Toolkit` `axios` `tailwindcss`

## Environment configuration
Create `.env` file and set variable

```bash
# host
NEXT_PUBLIC_API="http://54.255.239.151:4554"
NEXT_PUBLIC_HOST_NAME="54.255.239.151"
NEXT_PUBLIC_PROTOCOL="http"
```

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

Server side (API) Repo: https://github.com/kanokpit-yowaratch/nestjs-webboard-api