.. | ||
app | ||
conf | ||
.gitignore | ||
Dockerfile | ||
README.md |
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