1.0.0 • Published 5 years ago

jsfactory v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

jsfactory

Easily generate modern JavaScript applications. Spin up applications in seconds to prototype or build upon.

Getting started

Installation

yarn global add jsfactory

or with npm:

npm i -g jsfactory

Usage

You can also run with flag --use-npm to use npm instead of Yarn.

Apps

Next.js React app

A base Next.js React app with all the great features Next.js brings plus the following:

  • A basic app structure with some example pages
  • Styled components with SSR
  • ThemeProvider boilerplate and example usages of styled components
  • Global CSS support
  • Sanitize.css implementation
  • Linting and automatic fixing via lint and lint-fix commands using standardjs

If you're unfamiliar with Next.js checking out the docs would be a great place to start!