Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kanokpit-yowaratch/nextjs-webboard-client
- Owner: kanokpit-yowaratch
- Created: 2024-10-30T09:46:16.000Z (about 2 months ago)
- Default Branch: develop
- Last Pushed: 2024-11-07T07:09:18.000Z (about 2 months ago)
- Last Synced: 2024-11-07T08:19:49.859Z (about 2 months ago)
- Topics: nextjs, react, redux, redux-toolkit, typescript, webboard
- Language: TypeScript
- Homepage:
- Size: 455 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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