Skip to content

staszewski/shoppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech

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.

Installation

  1. Initial Machine Setup

    First time running the starter kit? Then complete the Initial Machine Setup.

  2. Clone the project

    git clone https://github.com/KamilStaszewski/shoppy.git.

  3. 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 :)

Development

Want to contribute? Great!

My app is completely open source so you are free to make PR's. Everyone is welcomed to contribute!

Todos

  • Tests
  • If there's a need would be great to implement redux
  • Dashboard, registration form/login form

Initial Machine Setup

  1. 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.

  2. Install Git.

  3. Go back to #2 of Installation. License


MIT

Free Software, Hell Yeah!

About

🏪 React/Express.js shop app with ant design components. Work in progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published