Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```