GitXplorerGitXplorer
k

minimum-spa-boilerplate

public
15 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
638fbf7561474c806cdc6896f18d967d7796c4a3

Update README.md

kkoba04 committed 9 years ago
Unverified
c1f43d410805035704018c2562167d1d740f739b

npm run browser -> npm run server

kkoba04 committed 10 years ago
Unverified
08363ddcdda95dd546c1c375d6244963df6b8eb8

Add PropTypes

kkoba04 committed 10 years ago
Unverified
645eb2177363ebb733ff4d3025e860459827ea06

Update README.md

kkoba04 committed 10 years ago
Unverified
bc56760d3c689c61125c2dac8effc26098eb8554

s/browser-sync/broser/g

kkoba04 committed 10 years ago
Unverified
331f11f2dbb40ad062e4a39bcadbbf9694380e2c

Add about install

kkoba04 committed 10 years ago

README

The README file for this repository.

A minimum single page application template

This is a minimum single page application template.

This template includes these features.

  • Writing code by ES6+.
  • Running unit test on browser
  • Autobuild
  • Livereload

library

config

config files are only package.json and karma.conf.js.

You can write your code immediately.

How to use

install

npm install

development

npm start

You can start watchify and browser-sync and karma

gif

production build

npm run build

You can generate a bundled file for production environment. (.gitignore)

This is for using in deployment step.