rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Command to conventionally start frontend projects with webpack #28

Closed wintondeshong closed 4 years ago

wintondeshong commented 4 years ago

As with our other commands, it is great to run the various pieces of a project seemlessly without needing to change directory a whole lot and remember nuances between different tooling. For starters, we need a frontend related command that will allow us to extend and conventionally run projects utilizing webpack (no knowledge of framework).

Ultimately it will defer to the conventional npm run start command that is used by a variety of different frameworks and tools (ie. create-react-app / react-scripts).

Command: and-cli webpack

wintondeshong commented 4 years ago

I will be tackling this issue.