https://github.com/bhnprksh222/forkify
https://github.com/bhnprksh222/forkify
ajax babeljs mvc-architecture webpack webpack-plugin
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhnprksh222/forkify
- Owner: bhnprksh222
- Created: 2020-04-26T10:11:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T14:34:18.000Z (about 3 years ago)
- Last Synced: 2025-03-06T11:27:26.963Z (about 1 year ago)
- Topics: ajax, babeljs, mvc-architecture, webpack, webpack-plugin
- Language: JavaScript
- Homepage: https://jsforkify.netlify.app/
- Size: 2.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forkify
1. Installation:
Using npm:
```
npm install
```
2. To run:
```
npm start
```
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
3. Build
```
npm run build
```