Giter VIP home page Giter VIP logo

create-nice-app's Introduction

doggo



Install (make sure you have the latest yarn version)

yarn create nice-app 

Create-nice-app spins up a very simple little webapp, 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 15.5+
  • SCSS
  • React Router 4

Backend:

  • Express

Testing:

  • Jest 20
  • Enzyme

Build:

  • Yarn
  • Webpack 2
  • Babel
  • Eslint w/ a modified Airbnb's eslint config

Yarn Scripts available:

name what it does
lint runs eslint using a slightly modified airbnb eslint config
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 'prodution'
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 parrelel for local development

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.