Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.11 KB

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

Usage video

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!