forum-app/frontend
2024-04-09 17:50:06 -04:00
..
app use variable for api base url 2024-04-09 17:50:06 -04:00
conf add jquery (broken) 2024-04-06 18:14:17 -04:00
.gitignore ignore .idea 2024-04-06 17:15:57 -04:00
Dockerfile remove nginx 2024-04-09 17:37:24 -04:00
README.md update frontend README.md 2024-04-09 17:47:09 -04:00

Forum Frontend

Development

To start the frontend in development mode and serve on http://localhost:3000:

npm run start

Production

# Install serve
npm install -g serve

# Build for production
npm run build

# Serve
serve -s --no-clipboard build