Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

A simple and modern designed FrontEnd boilerplate for Hiring App, which is hosted on Amazon WS. The app is builded with BackboneJS, RequireJS, MoustacheJS and MDBootstrap

License

Notifications You must be signed in to change notification settings

Winner95/HiringAppBoilerplate

Repository files navigation

Backbone Boilerplate for simple Hiring App

In this app we show list of jobs and their descriptions. User can send request for one that liked.

Before start

NPM version should be at least 5.8.0

You will need to adjust boilerplate for yourself:

/manifest.json

"start_url": url, - define url, where your FE instance will be hosted "scope": url,

/index.html

<link rel="manifest" href="url/manifest.json">
<meta name="msapplication-starturl" content="url/index.html">

/app/data/demo.json

- data - change data if needed.

/app/collection.item-list.js

- link to data

app/utilities/router.js

- data manipulation scenarios
- route_deliver > $ajax.url -  backend url. Should lead to backend instance, which will handle post-request.

What's next

You can edit and run this project locally:

clone repository

npm install

npm start

You can upload your code to AWS servers and run it remotely.

About

A simple and modern designed FrontEnd boilerplate for Hiring App, which is hosted on Amazon WS. The app is builded with BackboneJS, RequireJS, MoustacheJS and MDBootstrap

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published