Easily generate modern JavaScript applications. Spin up applications in seconds to prototype or build upon.
yarn global add jsfactory
or with npm:
npm i -g jsfactory
You can also run with flag --use-npm
to use npm instead of Yarn.
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
andlint-fix
commands using standardjs
If you're unfamiliar with Next.js checking out the docs would be a great place to start!