Skip to content

stevenmathews/projecter-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Dependency Status devDependency Status js-standard-style

Projecter Example

This is an example of using projecter as a base for new javascript projects to save time.

Includes npm scripts/dependencies, config files, and a basic example app.

Usage

Meant to be a starting point - just remove/change as needed.

Scripts

  • npm start webpack hotloading dev server
  • npm run karma linting using standard then karma hotloading test runner
  • npm test used by travis for integration testing
  • npm run build webpack minifies and bundles project into static files
  • npm run deploy static files deployed using surge

Configuration

Accounts Setup

  • Accounts are required for travis (free for open source) and surge (free).
  • Get surge token with ./node_modules/.bin/surge token in terminal
  • Log into travis and add your project repo
  • Add SURGE_LOGIN and SURGE_TOKEN environment variables to project settings

Credits

This project is mostly based on hjs-webpack by @HenrikJoreteg who has a course building a native web app from scratch using ampersand and react that I found incredibly helpful.

License

MIT. Copyright (c) Steve Mathews.

About

Example of using projecter.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors