MeteorUI allows you to get up and running with the latest full-stack framework that includes the following (last updated November 14, 2022):
- Meteor:
version 2.8.0 - React:
version 17.0.2 - TypeScript:
version 4.6.3 - TailwindCSS:
version 3.2.4 - StoryBook:
6.5.13
To run the application, type:
meteor run
The app will launch on port 3000 on your localhost: https://localhost:3000
To run the StoryBook, type:
npm run storybook
Your StoryBook will run on port 6006 on your localhost: https://localhost:6006.
You can change the ports in the package.json file.