A simple Twitter clone developed for educational purpose in a Web Technologies course. Developed by Arianna Arruzzoli, Simone Samoggia and Tommaso Quintavalli.
Open your terminal or console and go inside Squealer_TW/squealer folder.
Install dependencies using
npm install
Build the project with
npm run build
Start the application with
npm run start
Open http://localhost:3000 with your browser to use Squealer.