An open API service indexing awesome lists of open source software.

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

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