GithubHelp home page GithubHelp logo

.seed-next-app's Introduction

.seed-next-app

This's seed project built on top of next.js

Features

Technical Features

production

  • next@latest
  • react@latest
  • redux, redux-thunk
  • next-redux-wrapper
  • express
  • jest, puppeteer

development

  • babel, eslint, flowtype
  • prettier
  • commitizen, husky, validate-commit-message

others

  • universal configuration
  • nprogress with nprogress
  • ssr-caching with lru-cache with node-lru-cache
  • service worker for pre-cache with service-worker
  • gzip compression with compression
  • secure headers with helmet
  • dockerize

Built-in Plugin

  • with-sass with @next/with-sass (zeit/@with-sass)
  • next-bundle-analyzer with @next/next-bundle-analyzer (zeit/@next-bundle-analyzer)
  • withOffline with hanford/next-offline

How to use

Download manually

Download the example or clone the repo:

mkdir my-new-next-app
curl https://codeload.github.com/rhiokim/.seed-next-app/tar.gz/master | tar -xz --strip=1
 -C my-new-next-app

install it and run:

npm install
npm run dev:express
npm run build
npm run start
npm run start:express
npm run static

and then, if you want to use static typing with flow run follow after install flow-typed

flow-typed install

with docker

npm run build          #0
npm run docker:build   #1
npm run docker:run     #2
npm run docker:rm      #3
npm run docker // run all step without 0 step

LICENSE

MIT

.seed-next-app's People

Contributors

rhiokim avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.