Coder Social home page Coder Social logo

Brad Stemke

The ever changing personal website!

Getting Started

  1. Open terminal and navigate to the folder you want your project in.

  2. Clone this repo down to your local machine by using the following command in terminal...

git clone https://github.com/bradstemke/bradstemke

  1. Navigate into the new folder it cloned down, this is the base of our project.

  2. Install Grunt locally for the project by using the following command in terminal...

npm install grunt --save-dev

  1. Then install the dependencies, by using the following command in terminal...

npm install --save-dev

run 'grunt'

  1. Annnd you are good to go! SCSS and JS are now being compiled into the dist/assets folder for production use.

If you run into any issues getting this running on your machine, you can send me an email.

Using Grunt

The following is a list of the commands you can use with this starter, inside terminal.

grunt This is the main command you will have running while you are working on your project. It will watch the SCSS files and scripts.js file for any changes and push them to the /assets-build folder.

grunt server This command starts up a local server to do development on. http://localhost:9001/dist/index.html

grunt clean This command empties out the folder that was made with "grunt copy"

grunt build This command runs SCSS build, Uglify on the JS, cleans out the folder with production ready code, and re-builds it. Use with caution.

Brad Stemke's Projects

Brad Stemke doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.