Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.79 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.79 KB

BCC Summer Hackathon Registration System

Prettier License License

Technologies we will be using in this project

Vue.js

Firebase

Resources to start learning Vue.js

Build a calculator in Vue.js by freeCodeCamp.org

Vue.js Crash Course by Traversy Media

Vue.js & Firebase full project by Traversy Media

Learn Vuex by Example by Gary Simon (DesignCourse)

Vue the Hard Way by Christopher Okhravi

Resources to start learning Firebase

Firebase Basics Tutorial Playlist by Fireship.io

Firestore Data Modeling Techniques by Fireship.io

Model Relational Data in Firestore NoSQL by Fireship.io

Firebase YouTube Channel

Commands to use to start developing

# Compiles and hot-reloads for development
> yarn run serve

# Run your tests
> yarn run test

# Lints and fixes files
> yarn run lint