Create your next project using dreamland.js and TSX!
In the future I might make a fancy CLI but I don't really know if I have time since exams are getting closer.
Clone the repository
git clone https://github.com/LolzTheDev/dreamland-tsx-app.git dl-app
Install dependancies
cd ./dl-app && npm i
Run the development server
npm run dev
or... Build for production
npm run build
Note: If you're building for production, edit src/app.tsx and replace "dreamland/dev" with "dreamland"
Other useful pages: