saltyshiomix / nextron

⚡ Next.js + Electron ⚡
https://npm.im/nextron
MIT License
3.69k stars 215 forks source link

How i can use Nextron + tailwindcss +Javascript without using typescript #408

Closed Ahtisham-01 closed 7 months ago

bm777 commented 9 months ago

@Ahtisham-01

You need to do that separately like in Nextjs 12.x.

Screenshot 2023-10-04 at 14 12 54
bm777 commented 9 months ago

@Ahtisham-01 Another way is to install the example Tailwindcss + TypeScript and remove the TS config:

or

This is the template I'm using in another issue #410. it is JS + Tailwindcss. you can clone it.