Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.21 KB

File metadata and controls

50 lines (31 loc) · 1.21 KB

Nodekart

This is an educational project developed by Arsh. The project is based on React.js for the frontend.

Getting Started

To get started with this project, follow these steps:

Prerequisites

Make sure you have Node.js installed on your machine. You can download it from Node.js.

Installation

  1. Clone the repository:

    git clone https://github.com/ArshCodeLab/Nodekart.git
    cd Nodekart
  2. Install the dependencies:

    npm install
    

Running the App

To run the app in development mode:

    npm start

Open http://localhost:3000 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.

Available Scripts

In the project directory, you can run:

  • npm start: Runs the app in development mode.
  • npm test: Launches the test runner in interactive watch mode.
  • npm run build: Builds the app for production to the build folder.
  • npm run eject: Ejects the app, giving you full control over the configuration.

Learn More

You can learn more in the Create React App documentation.

License

This project is licensed under the MIT License.

Feel free to customize it further if needed!