Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skonves/generator-terrdl
Application shell built with Typescript, Express, React, Redux, Docker, and Less
https://github.com/skonves/generator-terrdl
Last synced: 1 day ago
JSON representation
Application shell built with Typescript, Express, React, Redux, Docker, and Less
- Host: GitHub
- URL: https://github.com/skonves/generator-terrdl
- Owner: skonves
- License: mit
- Created: 2018-08-12T22:43:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T09:08:33.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T13:47:28.759Z (7 months ago)
- Language: TypeScript
- Size: 279 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TERRDL Generator
Application shells built with Typescript, Express, React, Redux, Docker, and Less
## How to:
### Install the generator
1. Install yeoman: `npm install --global yo`
1. Install TERRDL: `npm install --global generator-terrdl`### Scaffold a new App
1. Create a new folder for your app
1. From within that folder run `yo terrdl`
1. Wait for yeoman to finish
1. Build the new app: `npm run build`
1. And start it! `npm start`### Add a new entity
1. Run: `yo terrdl:entity {entity-name}`
* The entity name can be in a variety of cases, but cannot contain spaces
* Pluralization is automatically handled by the generator
1. Use option `a` to accept all change
1. Implement services and add new actions as needed