iandenty / recipes-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes app

This project was bootstrapped with Create React App, with an express server.

To get started clone the repo and cd into it, then run:


  npm install && cd recipes-app-client && npm install && cd ..
  

Ensure that you are in the root app folder /recipes-app, then run:

  npm start

This application uses Jest as a test runner (shipped with Create React App) and Enzyme for isolated component testing.

To run tests:


  npm run test

About


Languages

Language:JavaScript 74.5%Language:CSS 20.9%Language:HTML 4.6%