Shoppy uses a number of open source projects to work properly:
- [ReactJS] - for UI and UX.
- [Express.js] - for dynamic routing + creating api.
- [axios] - for fetching data from api.
Shoppy itself is open source with a public repository on GitHub.
-
Initial Machine Setup
First time running the starter kit? Then complete the Initial Machine Setup.
-
Clone the project
git clone https://github.com/KamilStaszewski/shoppy.git. -
Install the dependencies and devDependencies and start the server.
$ cd shoppyshop
$ npm install
$ npm start
$ cd client
$ npm install
$ npm start
Then go to localhost:3000 :)
Want to contribute? Great!
My app is completely open source so you are free to make PR's. Everyone is welcomed to contribute!
- Tests
- If there's a need would be great to implement redux
- Dashboard, registration form/login form
-
Install Node 4.0.0 or greater
(5.0 or greater is recommended for optimal build performance) Need to run multiple versions of Node? Use nvm.
-
Install Git.
-
Go back to #2 of Installation. License
MIT
Free Software, Hell Yeah!