1.0.3 • Published 7 years ago

generator-js-starter v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Starter Kit

A generator for a modern JS web app

Out of the Box Features:

  • ES6 syntax support
  • Module Bundling
  • CSS preprocessing
  • Linting & Auto-Linting Utilites
  • Unit Testing

Technology Stack

  • Babel - JavaScript Compiler
  • SASS - CSS Preprocessor
  • Webpack v2 - Module-bundler
  • ESLint v4 / Prettier - Linting tools to streamline code style across app or project.
  • Jest - A straight forward, zero-configuration testing platform.

Requirements

  • Node
  • Yeoman

Usage and Development

Install this project from npm

npm install -g generator-js-starter

Make a folder for your app

$mkdir app-name && cd app-name

Generate the scaffolding

$ yo js-starter

Run the initial build

$ npm run build

Boot up!

$ npm start

Then go to https://localhost:8080. You should see the landing page

You can start tweaking your app by opening up and editing /src/index.js