Skip to content

This Next.js and Ant design Code Template using Refine framework. You can feel free to use it

Notifications You must be signed in to change notification settings

Gm-shuvo/Refine-Next-Antd-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DML-Excercise Middleware

Overview

This is a a project. It is responsible for handling the requests and responses between the client and the server.

Table of Contents

Getting Started

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/x.git
  2. Navigate to the project directory:

    cd x
  3. Install the dependencies:

    npm install

    or

    yarn install

Environment Setup

  1. Copy the example environment file to create your own environment configuration:

    cp .env.example .env
  2. Modify the .env file with your specific environment variables.

Development

Running the Project

To start the development server, run:

npm run dev

or

yarn dev

This will launch the application at http://localhost:3000.

Building the Project

To create an optimized production build, run:

npm run build

or

yarn build

The build artifacts will be stored in the build directory.

Production

Deploying

To deploy the application, run:

npm run build

or

yarn build

Maintenance

Dependencies dependen to sec a list of the project dependencies, refer to the package.json file.

To see a list of project dependencies, refer to the package.json file.

The current versions of the major dependencies used in this project are:

  • @refinedev/antd: 5.37.5
  • @refinedev/cli: 2.16.33
  • @refinedev/core: 4.48.0
  • @refinedev/inferencer: 4.5.21
  • @refinedev/nextjs-router: 6.0.1
  • @refinedev/react-hook-form: 4.8.16

To see a full list of dependencies, refer to the package.json file.

Updating

To update the project dependencies, run:

npm update

or

yarn upgrade

Testing

To run the tests, run:

npm test

or

yarn test

Contributing

To contribute to the project, fork the repository and create a pull request.

License

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

Contact

For any inquiries, contact the project maintainer at [Admin](mailto: x)

About

This Next.js and Ant design Code Template using Refine framework. You can feel free to use it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published