Author: Patryk Smul
Simple app allowing to lookup for random users generated from specified external or local API.
npm i
ornpm install
in main foldernpm run webapp-with-server
- command starting webapp and local fake server as concurrent tasks
If you want to launch webapp and server as separate tasks/jobs, please follow those commands:
npm run start
- starting local webapp on default (3000) portnpm run json-server
- starting local fake json-server on 3005 port
npm run test
- command for printing unit tests results for defined specsnpm run build
- build production ready application