Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mortonprod/designconcepts

This is a simple node, react application when is setup for quick development and productions. This was used to quickly display ideas for my clients.
https://github.com/mortonprod/designconcepts

nodejs react webpack

Last synced: 1 day ago
JSON representation

This is a simple node, react application when is setup for quick development and productions. This was used to quickly display ideas for my clients.

Awesome Lists containing this project

README

        

# design-concepts

This is a simple node, react application when is setup for quick development and productions. This was used to quickly display ideas for my clients.

## Installation
To install this component into your project run:

`npm install @mortonprod/design-concepts`

## Usage

Import the component like so:

`
import Product from @mortonprod/design-concepts
`

then import the css:

`
import @mortonprod/design-concepts/dist/index.css
`

Note you must pull the css independently of the component.

To run in development mode do:

`
npm run start
`

This will run the app on localhost:8080.

## Contributing

You are free to contribute to this component if you wish.