Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 625 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 625 Bytes

react-mesto-api-full

Stack: React.js, React Context, JS, Flexbox, Grid Layout

This is an interactive project where you can add photos, delete them and put likes.

  1. frontend/ — app's part on React.js.
  2. backend/ — app's part on Node.JS.

How to run backend (go to the folder 'backend'):

npm run start — start server npm run dev — start server with hot-reload

How to run frontend (go to the folder 'frontend'):

npm start — start app for developing npm build — build app for production

Figma