/demo_cast

Primary LanguageTypeScript

Playground for @merry-solutions/cli

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Component Generation

npm run generate:component -your-path-to-the-component-here

or

npm run g:c -your-path-to-the-component-here

i.e.

// Generates HeaderComponent with props interface, scss module and working tests
npm run g:c components/HeaderComponent