remake / remake-cli

Create interactive web apps with just HTML (Remake CLI)
https://remaketheweb.com/
MIT License
392 stars 27 forks source link

No Styling Applied To Default Starter Template #28

Closed saideepesh000 closed 3 years ago

saideepesh000 commented 3 years ago

Describe the bug There are no stylings in the default starter pack.

To Reproduce Steps to reproduce the behavior:

  1. npx remake create my-app
  2. cd my-app
  3. npm run dev and open http://localhost:3000
  4. Styles are not applied

Expected behavior It would be good if there are any styles applied to the app

Screenshots Screenshot (312)

Desktop (please complete the following information):

panphora commented 3 years ago

Thank you for the bug report @saideepesh000! I'm going to move this to the https://github.com/remake/remake-framework/ repository, since that's where the main framework lives. Only issues related to the CLI (command line interface) should go in this repo.

panphora commented 3 years ago

Here's the issue in the framework repo: https://github.com/remake/remake-framework/issues/35