Taino 101

The Source Code lives here and is open source:
https://github.com/Ravavyr/taino-js
The branches mentioned below can be downloaded there.

Initial Requirements

  • Taino is a Single Page Application - Read about SPA and Servers
  • Once you can run a SPA, it's just a matter of dropping the files into place.
  • Our instructions will help you set it up using Node.JS with NPM to get Live Server installed

Installing any Branch

  • Clone or download any branch from our repository.
    In time we'll create different branches with different purposes.
  • Install Live Server [may require Node.js and NPM depending on your setup]
  • Use your terminal/command line to navigate to the folder with the files
  • Run the command stored at the top of taino.js.
    It looks something like this: ~~live-server --port=8080 --entry-file=index.html~~
  • It's a live-server command, you can modify your starting/base url any time making your site load any component for your "home page".

Current Branches

Coming Soon:

  • Taino_Ecomm: [built with ecommerce in mind, with cart logic and partial checkout]
  • Taino_Business: [built as a standard business website layout]
  • Ideas for additional builds are welcome.