Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

rocketmiles/react-frontend-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocketmiles - React Technical Assesment

Instructions:

See also: instructions.pdf

Development Frontend server

Run npm start for a dev server. Navigate to http://localhost:1234. The app will automatically reload if you change any of the source files.

Running unit tests

Run npm test to execute the unit tests via Jest and Enzyme.

Development Backend API server

We've packaged a very simple backend for you in docker to serve up the API for your development. You can find it in backend-server.

Requires: Java 11

To Run backend API using gradle

./gradlew clean bootRun

To Run backend API using Docker

Instructions:

Checkout instructions.pdf