https://github.com/vientang/westeros-recipes
Single page app using React that enables users to review favorite recipes
https://github.com/vientang/westeros-recipes
css express nodejs react sass server-side-rendering
Last synced: about 1 month ago
JSON representation
Single page app using React that enables users to review favorite recipes
- Host: GitHub
- URL: https://github.com/vientang/westeros-recipes
- Owner: vientang
- Created: 2017-04-07T18:56:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T01:20:58.000Z (almost 8 years ago)
- Last Synced: 2025-02-11T14:51:14.752Z (3 months ago)
- Topics: css, express, nodejs, react, sass, server-side-rendering
- Language: HTML
- Homepage: https://westeros-recipes.herokuapp.com/
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Local Host 5000]: http://localhost:5000/
# Recipe Review Challenge
The top award winning chefs in all of Westeros are proudly sharing their favorite recipes. Check out the ingredients they used and rate or mark your favorite recipes if you like.## What I'm working with
1. React
2. Node
3. Express
4. Webpack
5. Jest and Enzyme
6. ESLint (with configs for Standard, React, and Promises)
7. Other tools to help with housekeeping like Superagent, Concurrently, and CSS/SASS/Style loaders.## Getting Started (install Node on your machine)
1. Clone the repo from Github to your machine.
2. CD into westeros-recipes directory and run the following commands:
- npm install (installs all of the dependencies needed)
- npm run test (optionally, run open coverage/lcov-report/index.html in terminal (MacOS only) to see the test coverages)
- npm run start - then go to [Local Host 5000][]