https://github.com/rocketmiles/react-frontend-homework
:rocket: Frontend boilerplate in React
https://github.com/rocketmiles/react-frontend-homework
Last synced: 6 months ago
JSON representation
:rocket: Frontend boilerplate in React
- Host: GitHub
- URL: https://github.com/rocketmiles/react-frontend-homework
- Owner: rocketmiles
- Created: 2019-03-12T21:54:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T18:57:27.000Z (almost 3 years ago)
- Last Synced: 2023-09-16T11:23:36.271Z (almost 3 years ago)
- Language: Java
- Size: 542 KB
- Stars: 0
- Watchers: 40
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://jestjs.io/) and [Enzyme](https://airbnb.io/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](./backend-server).
Requires:
Java 11
#### To Run backend API using gradle
```bash
./gradlew clean bootRun
```
#### To Run backend API using Docker
- Install [docker](https://docs.docker.com/docker-for-mac/install/)
- `./boot`
#### Instructions:
Checkout instructions.pdf