Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhnprksh222/forkify
https://github.com/bhnprksh222/forkify
ajax babeljs mvc-architecture webpack webpack-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhnprksh222/forkify
- Owner: bhnprksh222
- Created: 2020-04-26T10:11:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T14:34:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T02:28:06.892Z (2 months 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
```