- 🥇 Compare these javascript technologies
- ➕ Analyze code amount
- 🔊 Analyze generated build size and building time
- ⏱️ Time analysis
git clone https://github.com/andrelmlins/revelt.git
cd revelt
yarn install && yarn start
🟦 React application
To view react application http://localhost:5001/react and to edit go to the /packages/react-app package.
Open demo react application.
🟧 Svelte application
To view svelte application http://localhost:5000/svelte and to edit go to the /packages/svelte-app package.
Open demo svelte application.
🟩 Vue application
To view vue application http://localhost:5000/vue and to edit go to the /packages/vue-app package.
Open demo vue application.
There's an official docker image available on Dockerhub:
$ docker pull andrelmlins1/revelt
$ docker run -d -p 8080:80 --name revelt andrelmlins1/revelt
If you want to contribute to Revelt, be sure to review the contribution guidelines. This project adheres to code of conduct. By participating, you are expected to uphold this code.
Revelt is open source software licensed as MIT.