Skip to content

lisandromdc/node-react-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple demostration of skills as full-stack developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published