This mobile app allows users to create or join chatrooms. Chat with people in real time and customize the look of the app to your linkings
- HTML5
- Typescript & Sass
- Webpack (bundler)
- Firebase
- Firestore
- Firebase Auth
- Firebase Hosting
- Gsap (animations)
Start by installing the node modules
$ npm i
Want to contribute to the project? start a dev server with:
$ npm run dev
The dev server doesnt write to the hard drive. To do so run:
$ npm run build
Want an optimized build?
$ npm run prod

