Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 784 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 784 Bytes

What is this

This small cli tool will help out setting up Preact with RedwoodJS.

How to use it

Inside your Redwood project folder issue the following commands

npx -p @jonniebigodes/redwood-preact

setup-preact

By issuing these commands the package will be fetched and it go through some steps:

  • Add the Preact and testing library to you project.
  • Fetch the necessary babel packages required for Preact.
  • Change the necessary files to allow you to use Preact with RedwoodJS

Contibutions

First and foremost, thank you for taking the time to contribute! Now, take a moment to be sure your contributions make sense to everyone else.

Issues and improvements are more than welcome to this small package.