A professional corporate website for John P. Williams Plant, a water waste management company.
This is a React-based static website featuring:
- Professional blue color theme
- Responsive design for all devices
- Material-UI components
- Easy content management system
- Professional presentation of company information
- Frontend: React 18
- UI Library: Material-UI (MUI) v5
- Routing: React Router DOM v6
- Styling: Emotion (CSS-in-JS)
- Build Tool: Create React App
- Node.js (version 16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/MdotO/WMWebsite.git
cd WMWebsite
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 to view in browser.
npm start
- Runs the app in development modenpm build
- Builds the app for productionnpm test
- Launches the test runnernpm run lint
- Runs ESLint to check code quality