01. GitHub repo setup for version control
02. Firebase implementation based on blueprint
03. Test Case development (for next step)
04. Progressive Alpha Testing
Longma Logic’s “FERN” Approach:
“F” – Firebase is a cloud-based NOSQL database which has authentication built in and is priced for usage, not instance
“E” – Express is a web framework which is minimalistic in its approach which makes it perform extremely fast.
“R” – React is a declarative, efficient, and flexible JavaScript library for building user interfaces. ReactJS is an open-source, component-based front-end library responsible only for the view layer of the application. It is maintained by Facebook.
“N” – Node.js brings event-driven programming to web servers, enabling development of fast web servers in JavaScript.