create-nice-app

2.0.0 • Public • Published

doggo



Install (make sure you have the latest yarn version)

yarn create nice-app

Create-nice-app spins up a very simple little app, great for throwing together quick working ideas or starting new projects from scratch. It is designed to work well out of the box and take care of all tedious boilerplate. It's really easy to swap pieces out so this serves as a really nice, modern, fullstack Javascript boilerplate generator.

What you're getting:

Frontend:

  • React 16.3
  • SCSS
  • React Router 4

Backend:

  • Express

Testing:

  • Jest 22
  • Enzyme 3

Build:

  • Yarn
  • Webpack 4
  • Babel
  • Eslint
  • Prettier for formatting

Yarn Scripts available:

name what it does
lint runs eslint
lintf runs eslint with the --fix flag
test runs both the client and server tests via jest
test:coverage same as above but passing the --coverage flag to jest
test:client run the client or frontend tests
test:server run the server or backend tests
presendCoverage merges the client and server code coverages to one lcov
sendCoverage I don't know how you do code coverage, but however you do it do it here
webpack runs the production webpack bundle
webpack:watch runs the development webpack bundle which has watch enabled
server runs the server for production via the node command with NODE_ENV set to 'production'
server:watch runs the server for development with nodemon and NODE_ENV set to 'development'
prod runs the build command and starts the production server
dev runs all the watchers in parallel for local development

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    1
    • latest

Version History

Package Sidebar

Install

npm i create-nice-app

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

21.4 kB

Total Files

42

Last publish

Collaborators

  • brantstuns