Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 242 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 242 Bytes

chucknorris API app

Structure

  • client app: /client
  • server app: /server

Start client

Node version - 18

  • start server from root: ../server && npm i && npm start
  • start client from root: ../client && npm i && npm start