Skip to content

FluxionSite

A React-based web application with Node.js backend

Getting Started

  1. Install dependencies:

    npm install
  2. Start development server:

    npm start

Scripts

  • npm run build: Builds the app for production
  • npm test: Runs tests
  • npm run lint: Runs linter

Project Structure

  • src/: Frontend React components
  • public/: Static assets
  • server/: Backend API services