Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agilevisionorganization/generator-dck
https://github.com/agilevisionorganization/generator-dck
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/agilevisionorganization/generator-dck
- Owner: AgileVisionOrganization
- License: mit
- Created: 2017-12-21T12:49:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T01:30:51.000Z (over 1 year ago)
- Last Synced: 2024-11-30T15:10:38.454Z (about 1 month ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-dck
Steps for generate dck-dashboard:
1. Clone project.
2. Install Yeoman "npm install -g yo".
3. Go to project folder and run in console "npm link".
4. Execute "yo dck-dashboard" in new project folder or use "yo dck-dashboard your-foler-name" for create new folder and wait until generate is finished.
5. Congratulations! Now just go to project folder and use "npm start" for starting ReactJs app.