Skip to content

hakimalem/nutriBoost

Repository files navigation

Dragos Project

This is a React project built with Vite, a fast build tool for modern web apps.

Table of Contents

Installation

  1. Clone the repository.
git clone https://github.com/hakimalem/dragos-project.git
  1. Install the dependencies using your favorite package manager:
npm install
# or
yarn

Usage

.To start the development server:

npm run dev
# or
yarn dev

.To build the project for production:

npm run build
# or
yarn build

.To run the tests:

npm run test
# or
yarn test

Folder Structure

├── node_modules/
├── public/
├── src/
│   ├── assets/
│   ├── components/
│   ├── context
│   ├── data/
│   ├── hooks/
│   ├── pages/
│   ├── utils/
│   ├── App.js
│   ├── main.jsx
│   └── index.css
├── .gitignore
├── index.html
├── package.json
├── postcss.config.cjs
├── README.md
├── tailwind.config.cjs
└──  vite.config.js

<<<<<<< HEAD

=======

3b645cced9fca12d975176d2ce0377d481f684a3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages