Skip to content

AxwinX/rm-roofing2

 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Project Structure

The project directory structure is as follows:

rm-roofing/
├── public/         # Static assets
├── src/            # Source files
│   ├── app/        # Application components
│   ├── pages/      # Next.js pages
│   ├── styles/     # CSS styles
│   └── utils/      # Utility functions
├── .gitignore      # Git ignore file
├── package.json    # NPM package configuration
├── README.md       # Project documentation
└── tsconfig.json   # TypeScript configuration

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

npm run start

Starts the production build of the app.

npm run serve

Build the Project and serve @ localhost:3000.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any bugs, improvements, or features.

License

This project is licensed under the MIT License - see the LICENSE file for details.

License

This project is proprietary. All rights are reserved by the client. Unauthorized copying, distribution, or modification of this project is strictly prohibited.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.3%
  • CSS 5.7%
  • JavaScript 1.0%