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.
- Host: GitHub
- URL: https://github.com/azarattum/recipeapp-frontend
- Owner: Azarattum
- Created: 2020-04-27T10:29:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T01:00:15.000Z (over 1 year ago)
- Last Synced: 2024-09-18T04:49:57.051Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://recipe.hldns.ru/
- Size: 3.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 |