https://github.com/anupam-dagar/frontend-starter
Creates neccessary files and directories required for any front end website
https://github.com/anupam-dagar/frontend-starter
automation frontend python script
Last synced: about 1 year ago
JSON representation
Creates neccessary files and directories required for any front end website
- Host: GitHub
- URL: https://github.com/anupam-dagar/frontend-starter
- Owner: Anupam-dagar
- License: mit
- Created: 2017-12-18T08:33:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T16:39:15.000Z (over 8 years ago)
- Last Synced: 2025-03-20T13:09:52.458Z (about 1 year ago)
- Topics: automation, frontend, python, script
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontend Starter
## Overview
If you are upto creating a front end website using html css and js, use this script to setup your project in no time.
It creates neccessary files with directory structure.
You can even choose your preferred css framework either Bootstrap or Materialise as of now.
### What's included:
1. Bootstrap or Materialize framework (as per user's input)
2. Jquery
3. Fontawesome
4. style.css for user defined css rules
5. main.js for user created js
### Instructions to run:
1. Make sure you have required dependencies installed.
2. run using ```python frontendstarter.py```
### Dependencies:
1. os
2. urllib
3. halo