Skip to content

MohammadToumouk/Contentfull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 

Repository files navigation

README

This is a basic README template for a React project using Vite as the build tool.

Project Setup

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory:

    cd <project-directory>
  3. Install the dependencies:

    npm install

Available Scripts

In the project directory, you can run the following scripts:

Development Mode

Start the development server:

npm run dev

Open http://localhost:3000 in your browser to view the app.

The page will reload if you make edits.

Production Build

Build the app for production:

npm run build

The built files will be placed in the dist directory.

Preview Production Build

Serve the production build locally:

npm run serve

Open http://localhost:5000 in your browser to view the app.

Linting

Run ESLint for static code analysis:

npm run lint

Formatting

Format the code using Prettier:

npm run format

Customize Configuration

You can customize the configuration by modifying the vite.config.js file.

For more information, refer to the Vite documentation.

Learn More

To learn more about React and Vite, check out the following resources:

Releases

No releases published

Packages

No packages published