An open API service indexing awesome lists of open source software.

https://github.com/azarattum/recipeapp-frontend

Front end web interface for RecipeApp-Backend.
https://github.com/azarattum/recipeapp-frontend

Last synced: 11 months ago
JSON representation

Front end web interface for RecipeApp-Backend.

Awesome Lists containing this project

README

          

# Recipe App [Front End]
Front end web interface for [RecipeApp-Backend](https://github.com/Azarattum/RecipeApp-Backend).

## Features:
- Search your recipes with nice UI

### Usage:
Start your web server from ./dist folder. Your can change the API address in ./src/components/app/app.ts file.

### Installation:
Install all dependencies:
```sh
npm install
```

### NPM Scripts:
| Script | Description |
| --------- | ------------------------------------------------------- |
| **serve** | Starts the webpack development server |
| release | Creates a production build of the project |
| build | Builds the entire project with webpack |
| watch | Watches all file changes and rebuilds them if necessary |