https://github.com/mcabreradev/truenorth-challenge
Truenorth Challenge app
https://github.com/mcabreradev/truenorth-challenge
Last synced: 6 months ago
JSON representation
Truenorth Challenge app
- Host: GitHub
- URL: https://github.com/mcabreradev/truenorth-challenge
- Owner: mcabreradev
- Created: 2018-10-09T18:37:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:04:36.000Z (over 3 years ago)
- Last Synced: 2025-06-29T03:46:16.671Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://mcabreradev.github.io/truenorth-challenge
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Restoservice
This is the anwers of the True North challenge, with React, Redux, ES6, Css3, MongoDB
### Production Services
Runs the app in the production mode.
Open [https://mcabreradev.github.io/truenorth-client/](https://mcabreradev.github.io/truenorth-client/) to view it in the browser.
Open the API backend.
Open [https://mcabreradev-truenorth-api.herokuapp.com/restaurants](https://mcabreradev-truenorth-api.herokuapp.com/restaurants)
### Development Services
For install the dependencies, you can run:
### `npm install`
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.