/ProtoJS

ProtoJS is my personal Boilerplate I use to rapidly prototype JavaScript apps.

Primary LanguageJavaScript

DEPRECATED

I no longer actively support this. Please use ProtoReact and simply get rid of the React stuff.

ProtoJS

ProtoJS is my personal Boilerplate I use to rapidly prototype JavaScript apps.

  • Express gets you going without any setup.
  • Webpack bundles all your modules.
  • Babel gives you access to the newest features of ES6.
  • ESLint checks your syntax and style.
  • Gulp makes things convenient.

Getting Started

Install the dependencies and lunch.

npm install
gulp dev

ProtoJS and production

The included Express server is not setup for production but you can use ProtoJS to build production bundles.

gulp build