This is a color manager app builded with React and Json Server.
-
color-manager
-
db.json
-
client
- public
- src
- components
- sass
- App.js
-
git clone https://github.com/Flukal/color-manager.git
Go to Folder:
cd color-manager
Start the backend
npm start
port: http://localhost:3001
Go to frontend:
cd client
Start the app
npm run start
Open http://localhost:3000 to view it in the browser.