https://github.com/luangjokaj/i4h
🎨 Curated interfaces and visuals from the best designers & agencies.
https://github.com/luangjokaj/i4h
cms design javascript node parcel react
Last synced: about 1 year ago
JSON representation
🎨 Curated interfaces and visuals from the best designers & agencies.
- Host: GitHub
- URL: https://github.com/luangjokaj/i4h
- Owner: luangjokaj
- Created: 2018-06-30T23:19:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:21:09.000Z (over 3 years ago)
- Last Synced: 2025-03-29T17:12:52.852Z (about 1 year ago)
- Topics: cms, design, javascript, node, parcel, react
- Language: JavaScript
- Homepage: https://www.interfaces4humans.com/
- Size: 1.82 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.interfaces4humans.com/)
# Interfaces4Humans [](https://david-dm.org/luangjokaj/i4h)
This project has been created with [Parcel](https://parceljs.org/).
https://www.interfaces4humans.com/
**It includes:**
- Babel
- React
- PostCSS
- [Prismic](https://prismic.io/) Integration
- Production Server
### Install dependencies
```
> $ npm install
```
### Runs the app in the development mode
Build and open your browser to http://localhost:8080.
```
> $ npm run dev
```
### Builds the app for production to the build folder
```
> $ npm run heroku-postbuild
```
### Start Node Server
```
> $ npm start
```
### Deploy on Heroku
```
> $ git push heroku master
```