revelt
revelt copied to clipboard
Analysis of a project using React and Svelte technologies
Analysis of a project using front-end technologies.
✔️ Goals
- 🥇 Compare these javascript technologies
- ➕ Analyze code amount
- 🔊 Analyze generated build size and building time
- ⏱️ Time analysis
ℹ️ How to use
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.
⚙️ Tools
🐳 Use Docker Image
There's an official docker image available on Dockerhub:
$ docker pull andrelmlins1/revelt
$ docker run -d -p 8080:80 --name revelt andrelmlins1/revelt
Contribution guidelines
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.
License
Revelt is open source software licensed as MIT.