This is a fast, dynamic and responsive application that I designed using React&Redux, it will help a company to organize and manage their bookstore.
Check the application live Here
Command | Description |
---|---|
npm install |
Install project dependencies |
npm start |
Build project and open web server running project |
npm run build |
Builds code bundle with production settings (minification, uglification, etc..) |
-
Clone this repo
git clone https://github.com/DeliceLydia/bookstore-cms.git
-
Navigate to bookstore-cms folder
cd bookstore-cms
-
On the terminal, while in the 'bookstore-cms' directory:
-
Run
git checkout feature-branch
-
Run
git pull origin feature-branch
-
Run
npm install
to install dependencies -
Start the server by running
npm start
-
The server would usually start on port:3000
- HTML
- CSS
- Javascript
- React
- Netlify
👤 Delice Lydia
- GitHub: Delice Lydia
- Twitter: Delice
- LinkedIn: Delice Lydia
- Clone the repo using the above instructions
- Create a new branch:
git checkout -b awesome branch
- Add your changes and commit the file
- Push to your forked repo
- Make a pull request to
develop
branch
Credits goes to Facebook Developers for designing Create-React-App that helps along the way.
Give a ⭐️ if you like
This project is MIT licensed.