Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 382 Bytes

The Wall App Front-End

To run this project make sure you have NodeJS and run following commands:

npm install
npm start

This is a Front-End App created using React and JavaScript.

Tests

Coded with JEST, to run:

npm test

In order to work correctly the backend must be running together with the front-end.