fuels-ts
fuels-ts copied to clipboard
Add Vite template for `create fuels`
Take the NextJS template as a reference:
- https://github.com/FuelLabs/fuels-ts/tree/master/templates/nextjs
The Vite template should be made the default one, replacing NextJS.
npm create fuels
One should be able to install it also by informing the template option:
npm create fuels -- --template vite
cc @FuelLabs/devrel
Blocked by:
- https://github.com/FuelLabs/fuels-ts/issues/2837