monstar-lab-oss / ml-frontend

A monorepo created to provide a starter kit for front-end projects at Monstar Lab, Inc.
https://www.npmjs.com/package/start-frontend
Mozilla Public License 2.0
14 stars 1 forks source link

[FEATURE] Use plop to generate react/base #1263

Open ptrkdan opened 3 months ago

ptrkdan commented 3 months ago

Is your feature request related to a problem? Please describe.

In order to use plop for code generation, it needs to be installed and configured for the start-frontend package.

Describe the solution you'd like

  1. Install plop and other necessary packages
  2. Implement the plopfile
  3. Add a generator for react/base
  4. Revise the start-frontend CLI script to use the plop generator to generate react/base

Additional context (optional)