Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 696 Bytes

File metadata and controls

27 lines (23 loc) · 696 Bytes

Node/React simple challenge

This is a one day challenge to demonstrate to demonstrate simple handling of technologies

Clarification on typescript

The challenge was solved with typescript, which was later removed to meet the requirements of the challenge That is the reason why the project is divided into two versions, one that uses it and one that does not

Frontend (React)

Instaling and running developers version

	cd .\frontend
	npm install
	npm run dev

Backend (Node/Express/Mocha/Chai)

Instaling and running developers version

	cd .\backend
	npm install
	npm run dev

Testing (required to run server before)

	npm run test