Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:21:09.000Z (about 2 years ago)
- Last Synced: 2024-10-03T06:21:41.932Z (4 months ago)
- Topics: cms, design, javascript, node, parcel, react
- Language: JavaScript
- Homepage: https://www.interfaces4humans.com/
- Size: 1.82 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Interfaces4Humans Logo](https://i.imgur.com/l5w3sBi.png)](https://www.interfaces4humans.com/)
# Interfaces4Humans [![Dependencies](https://david-dm.org/luangjokaj/i4h.svg)](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
```