Api
class to manage different api calls.User
class to manage current logged in user instance.Auth
class to manage current authenticated token.Logger
class for better logging mechanism.- Uno class for multiple image uploading.
- .gitignore
- Navigation and Routing depending on
Router
- Better Structure ffor Resources and Components.
To start, fork this repository to your own, and then clone it
git clone git@github.com:your-name/fuse-boilerplate.git
after cloneing is done:
- rename
fuse-boilerplate.unoproj
file to suit your project. - update info in
.unoproj
file. - make sure to change configuration in
Config.js
. - update info in
package.json
file. - don't forget to update License to suit your project.