Merge remote changes and keep image path fixes
- Resolved conflicts in package.json, environment.jsx, and imagewithbasebath.jsx - Kept our improved image path configuration (/react/assets/) - Maintained enhanced ImageWithBasePath component with proper path handling
This commit is contained in:
commit
a32097fb4a
43
README.md
Normal file
43
README.md
Normal file
@ -0,0 +1,43 @@
|
||||
# Dreams POS React Template
|
||||
|
||||
A modern Point of Sale (POS) system built with React.js.
|
||||
|
||||
## Features
|
||||
|
||||
- Modern and responsive UI
|
||||
- Complete POS functionality
|
||||
- Inventory management
|
||||
- Sales and purchase tracking
|
||||
- User management
|
||||
- Reports and analytics
|
||||
- Mobile-friendly design
|
||||
|
||||
## Installation
|
||||
|
||||
1. Clone the repository
|
||||
```bash
|
||||
git clone https://github.com/anhtuanbtx1/dreamspos-react.git
|
||||
```
|
||||
|
||||
2. Install dependencies
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
3. Start the development server
|
||||
```bash
|
||||
npm start
|
||||
```
|
||||
|
||||
## Technologies Used
|
||||
|
||||
- React.js
|
||||
- React Router
|
||||
- Redux
|
||||
- Bootstrap
|
||||
- SCSS
|
||||
- Axios
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License.
|
||||
Loading…
x
Reference in New Issue
Block a user