Giter Site home page Giter Site logo

kvokov / oh-my-fullstack Goto Github PK

View Code? Open in Web Editor NEW
171.0 6.0 24.0 3.01 MB

:rocket: Full stack web application skeleton (Next.js, Redux, RxJS, Immutable, Express)

License: Other

JavaScript 100.00%
skeleton starter-kit boilerplate fullstack isomorphic react nextjs redux redux-observable immutablejs

oh-my-fullstack's Introduction

Full stack web application skeleton

Maintainability Test Coverage

Getting started

  1. Clone and install dependencies:
$ git clone https://github.com/oh-my-c0de/oh-my-fullstack.git ./my-fullstack && cd my-fullstack && yarn
  1. Run application in development mode:
$ yarn start
  1. Visit localhost:3000

That's it! ๐Ÿ˜Ž

Scripts

  • $ yarn start - Start application in development mode.

  • $ yarn prod:start - Start application with PM2.

  • $ yarn prod:stop - Stop application with PM2.

  • $ yarn prod:restart - Restart application with PM2.

  • $ yarn build - Make production build.

  • $ yarn lint - Check code linting.

Local environment configuration

To override configuration variables for local environment create .env file in project root with needed variables. Example:

NODE_ENV=development
PORT=3000

To find used variables check configs/index.js and server/config.js.

License

Beerware

oh-my-fullstack's People

Contributors

dependabot[bot] avatar kvokov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

oh-my-fullstack's Issues

Please help ! Need better documentation

how count is becoming child of counter.
state$.value.getIn(['counter', 'count'])

You are setting the state in reducers/counter.js normally like
state.set('count', payload)

please explain if I'm missing something

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.