Skip to content

jgudo/react-recipe-app

Repository files navigation

React recipe book

visit live demo at https://crecipe.netlify.com/

Install Dependencies

$ npm install 

Run development server

$ npm run dev-server

Build the project

$ npm run build