A collaborative place for sharing code in realtime!
- Clone the project.
- Run command
npm installto install all the dependencies required.
- Run command
npm startin the terminal to run the project in development mode.
- Run command
npm run buildin the terminal to build the project for production mode. - Initialise the project using Firebase command-line tools and run command
firebase init. - Run command
firebase servein the terminal to start the Web App athttp://localhost:5000/.