Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 261 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 261 Bytes

R-Wireframe

A wireframe project made with MongoDB, React, Node.js, and Express.

To run you need two different terminals running at the same time.

Run Frontend

At frontend directory

npm run dev

Run Backend

At backend directory

npm run start