2.0.0 • Published 7 years ago

create-nice-app v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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:

namewhat it does
lintruns eslint
lintfruns eslint with the --fix flag
testruns both the client and server tests via jest
test:coveragesame as above but passing the --coverage flag to jest
test:clientrun the client or frontend tests
test:serverrun the server or backend tests
presendCoveragemerges the client and server code coverages to one lcov
sendCoverageI don't know how you do code coverage, but however you do it do it here
webpackruns the production webpack bundle
webpack:watchruns the development webpack bundle which has watch enabled
serverruns the server for production via the node command with NODE_ENV set to 'production'
server:watchruns the server for development with nodemon and NODE_ENV set to 'development'
prodruns the build command and starts the production server
devruns all the watchers in parallel for local development
2.0.0

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago