Palette Picker is a app to help people interested in design to find inspiration from randomly generated color palettes.
Simply start by cloning the front-end repo:
git clone https://github.com/tiffanybacher/palette-picker-ui.git
In the same folder you cloned the repository also clone the back-end repository with
git clone https://github.com/tiffanybacher/palette-picker-api.git
Once you have cloned the repo, to install the library dependencies cd into the folders just created and run:
npm install
Once everything is installed in both folders, in the back-end folder, run npm start
in your terminal, you should see "Something is running on http://localhost:3001/". Now opening a separate tab in the terminal cd into the front-end repository and run npm start
you're default browser should open a tab to http://localhost:3000/ if not simply go to http://localhost:3000/ in your preferred browser.
Further knowledge on the following technologies/principles:
- Node.js
- Express
- Knex
- PostgreSQL
- React
- Router
- Redux
- Thunks
- Jest and Enzyme Testing
Created by: