https://github.com/linux08/bookstore
A mini shopping cart built with React.js and Sails.js
https://github.com/linux08/bookstore
Last synced: about 1 year ago
JSON representation
A mini shopping cart built with React.js and Sails.js
- Host: GitHub
- URL: https://github.com/linux08/bookstore
- Owner: linux08
- Created: 2016-12-29T20:28:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T18:41:43.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T11:15:15.581Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 482 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
To get started :
* Ensure you have nodejs installed on your device if not install
* Install and start the API server
* cd api-server
* In your terminal enter npm install to install app dependencies
* run sails lift in your terminal to start API-server
In another terminal window
* cd frontend
* npm install
* npm start
* navigate to localhost:3000 in your browser to view the app