/eCommerce

It is a ReactJS project. I am starting to learn ReactJS with this project. The project includes web api for Http CRUD process.

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Bootstrap & ReactStrap

1-) npm install --save bootstrap npm install --save reactstrap react react-dom

2-) src/index.js

import 'bootstrap/dist/css/bootstrap.min.css'; 

Json Server

1-) npm install -g json-server

AlertifyJS

1-) npm install alertifyjs

Routing

1-) npm install react-router-dom