pbouzakis / webapp-starter

Seed files for a new webapp. Assumes gulp, npm, and browserify.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webapp-starter

Seed files for a new webapp. Assumes you'd like to build your app using gulp, npm, and browserify.

Sooooo... what do I do?

  • git clone this project :) Assuming you did that already.
  • npm run project -- name NAME_OF_YOUR_PROJECT
  • cd into that directory. (Directory is created and files from starter are copied into it.)
  • Once inside the project, npm install
  • npm start
  • If app launches in a browser you are good to go!

Next steps

  • Probably should rename the package.json name field.
  • The js source code is inside lib
  • Styles are written in sass and live in the.. yup you guessed it, styles folder.
  • Look inside the index.html and add more html. That would be good.

About

Seed files for a new webapp. Assumes gulp, npm, and browserify.

License:MIT License


Languages

Language:JavaScript 96.7%Language:HTML 3.0%Language:CSS 0.4%