Skip to content
/ bext Public
forked from mediaatrium/bext

A boilerplate for Websites built with Next.js

Notifications You must be signed in to change notification settings

mooxl/bext

 
 

Repository files navigation

bext

A boilerplate for websites built with Next.js

How to use

  1. Clone the repository
# ssh
git clone git@github.com:mediaatrium/bext.git
# or https
git clone https://github.com/mediaatrium/bext.git
  1. Install the node modules
# yarn
yarn
# or npm
npm install
  1. Run the dev server locally
# yarn
yarn dev
# or npm
npm dev
  1. Deploy

For the deployment, we use a dedicated server on which our various services run in Docker containers. These are connected to the internet via the reverse proxy Traefik. Of course, one can also use the services from Vercel, Netlify & Co.

docker compose up -d --build

About

A boilerplate for Websites built with Next.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 44.1%
  • JavaScript 32.8%
  • Dockerfile 12.3%
  • CSS 10.8%