-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (91 loc) · 3.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Frontbase - a starter fuel for web projects</title>
<meta name="description" content="">
<meta name="author" content="Clevis s.r.o.">
<link type="text/plain" rel="author" href="humans.txt">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="./b281e319.screen.cache.css">
<!--[if lt IE 9]>
<script src="./libs/html5shiv/dist/html5shiv.js"></script>
<script src="./libs/respond/dest/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 7]><p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]-->
<div class="intro" id="takeoff">
<div class="intro-head">
<a class="intro-icon" href="#takeoff"><img src="img/rocket512.png"></a>
<h1 class="intro-title">Frontbase</h1>
<p class="intro-subtitle">a starter fuel for web projects</p>
</div>
</div>
<header class="site-header"></header>
<main class="site-content" role="main">
<p><a class="btn-download" href="https://github.com/Clevis/Frontbase/archive/master.zip">Download Frontbase</a> or clone <a href="https://github.com/Clevis/Frontbase">GitHub repository</a>.</p>
<p class="headline">Frontbase is a preconfigured front-end devstack to the absolute perfection... like the HTML5 Boilerplate on steroids. Fully automated to save your precious time. Ready for any type of web project.</p>
<h2>Engines</h2>
<table>
<tbody>
<tr>
<td><a href="http://handlebarsjs.com">Handlebars</a></td>
<td>Semantic templates</td>
</tr>
<tr>
<td><a href="http://learnboost.github.io/stylus">Stylus</a></td>
<td>Expressive, dynamic and robust CSS preprocessor</td>
</tr>
<tr>
<td><a href="http://browserify.org">Browserify</a></td>
<td>JavaScript bundling with require() in the browser</td>
</tr>
<tr>
<td><a href="http://browsersync.io">BrowserSync</a></td>
<td>Time-saving synchronised browser testing</td>
</tr>
<tr>
<td><a href="http://gruntjs.com">Grunt</a></td>
<td>Automated build tasks</td>
</tr>
<tr>
<td><a href="http://bower.io">Bower</a></td>
<td>Package manager for the web</td>
</tr>
</tbody>
</table>
<h2>Initialization</h2>
<p>The only requirement is <a href="http://nodejs.org/download">Node.js</a> runtime.</p>
<p><code>npm install</code></p>
<ol>
<li>Installation of node modules (specified in <a href="https://github.com/Clevis/Frontbase/blob/master/package.json">package.json</a>, mainly for Grunt build)</li>
<li>Installation of bower packages (specified in <a href="https://github.com/Clevis/Frontbase/blob/master/bower.json">bower.json</a>)</li>
<li>Production build (specified in Grunt <a href="https://github.com/Clevis/Frontbase/blob/master/Gruntfile.js">default task</a>)</li>
</ol>
<h2>Workflow</h2>
<table>
<tr>
<td><code>npm run-script build</code></td>
<td>for project production build</td>
</tr>
<tr>
<td><code>npm start</code></td>
<td>start of development work which builds project with DEV settings and then watches for file change</td>
</tr>
</table>
<h2>FAQ</h2>
<h3>How to make it work with <em>XYZ</em> PHP/Ruby/... framework?</h3>
<p>Just move all files to project <em>document_root</em> directory and run commands from there. Done!</p>
</main>
<footer class="site-footer">
Code licensed under MIT.<br>
Brought to you by <a href="http://www.clevis.cz/en">Clevis s.r.o.</a>
</footer>
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i">
</body>
</html>