FluxionSite
A React-based web application with Node.js backend
Getting Started
Install dependencies:
npm installStart development server:
npm start
Scripts
npm run build: Builds the app for productionnpm test: Runs testsnpm run lint: Runs linter
Project Structure
src/: Frontend React componentspublic/: Static assetsserver/: Backend API services
