You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ # Virtualenv modules installation (Unix based systems)
62
59
$ virtualenv env
@@ -94,7 +91,7 @@ $ # Access the dashboard in browser: http://127.0.0.1:5000/
94
91
95
92
<br />
96
93
97
-
## Code-base structure
94
+
## ✨ Code-base structure
98
95
99
96
The project is coded using blueprints, app factory pattern, dual configuration profile (development and production) and an intuitive structure presented bellow:
100
97
@@ -167,7 +164,7 @@ The project is coded using blueprints, app factory pattern, dual configuration p
167
164
168
165
<br />
169
166
170
-
## Recompile CSS
167
+
## ✨ Recompile CSS
171
168
172
169
To recompile SCSS files, follow this setup:
173
170
@@ -210,7 +207,7 @@ The generated file is saved in `static/assets/css` directory.
210
207
211
208
<br />
212
209
213
-
## Deployment
210
+
## ✨ Deployment
214
211
215
212
The app is provided with a basic configuration to be executed in [Docker](https://www.docker.com/), [Gunicorn](https://gunicorn.org/), and [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/).
216
213
@@ -293,7 +290,7 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
293
290
294
291
<br />
295
292
296
-
## Credits & Links
293
+
## ✨ Credits & Links
297
294
298
295
-[Flask Framework](https://www.palletsprojects.com/p/flask/) - The offcial website
299
296
-[Boilerplate Code](https://appseed.us/boilerplate-code) - Index provided by **AppSeed**
0 commit comments