Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mortonprod/designconcepts
- Owner: mortonprod
- Created: 2016-11-29T19:03:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:52:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T05:26:25.761Z (about 2 months ago)
- Topics: nodejs, react, webpack
- Language: TypeScript
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.