Giter Club home page Giter Club logo

jspm-starter's Introduction

jspm-starter

A basic website/app template using JSPM as front end package manager and (Node-)Sass as CSS preprocessor.

installation

Just an npm install should do the trick.

running

dev mode

npm run dev builds the dev environment in a dev/ folder and runs a http-server on which you can visit the site at localhost:9090/dev.

You can run npm run watch:dev to rebuild the dev folder's contents on any change in src/.

production mode

npm run prod builds the production environment in a dist/ folder and runs a http-server on which you can visit the site at localhost:9090.

This site has a self executing JavaScript bundle that holds no dependency on any framework any more. You can deploy the contents of this folder to your live site.

You can run npm run watch:prod to rebuild the dist folder's contents on any change in src/.

now what?

Yes, that's up to you. Add a SASS framework for easy grids, add something like Stapes for simple MVC apps, use React for views, etc.

todo

  • code/SASS linters
  • doc generators
  • unit tests.

jspm-starter's People

Contributors

frenkie avatar

Watchers

 avatar

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.