Skip to content

Start for Easy Front end Development with Static server with livereload, SASS and bootstrap + Jquery + Font Awasome.

Notifications You must be signed in to change notification settings

dharmeshpipariya-zz/startup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

startup

Start for Easy Front end Development with Static server with livereload, SASS and bootstrap + Jquery + Font Awasome.

Dependency

Create a new project based on the Startup

Clone this repo into new project folder (e.g., my-proj).

git clone https://github.com/DharmeshPipariya/startup my-proj
cd my-proj

We have no intention of updating the source on DharmeshPipariya/startup. Discard everything "git-like" by deleting the .git folder.

rm -rf .git

Install npm packages

Install the npm packages described in the package.json and verify that it works:

Attention Windows Developers: You must run all of these commands in administrator mode

npm install
gulp

The gulp command first compile application source, then run webserver, and watch files.

Shut it down manually with Ctrl-C.

You're ready to write your application.

About

Start for Easy Front end Development with Static server with livereload, SASS and bootstrap + Jquery + Font Awasome.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published