Skip to content

ZensoftLab/Oxford-3000-Vocab

Repository files navigation

Oxford 3000 Vocab

A vocabulary project based on the Oxford 3000 word list.

Status

Initial repository setup.

Getting Started

Install dependencies and run the React development server:

npm install
npm run dev

Deploy On Coolify (No 404 On Direct Routes)

If you deploy as a plain static site, direct visits to client routes (for example /privacy-policy) can return nginx 404.

Use the included Docker + nginx setup so React Router routes fall back to index.html:

  1. In Coolify, create or edit the service for this repository.
  2. Set build mode to Dockerfile (repository root).
  3. Deploy.

The nginx config uses:

try_files $uri $uri/ /index.html;

So direct URLs like /privacy-policy load correctly.

About

Frontend application for Oxford-3000-Vocab

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages