This is an educational project developed by Arsh. The project is based on React.js for the frontend.
To get started with this project, follow these steps:
Make sure you have Node.js installed on your machine. You can download it from Node.js.
-
Clone the repository:
git clone https://github.com/ArshCodeLab/Nodekart.git cd Nodekart
-
Install the dependencies:
npm install
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.
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.
You can learn more in the Create React App documentation.
This project is licensed under the MIT License.
Feel free to customize it further if needed!