• Stars
    star
    174
  • Rank 219,104 (Top 5 %)
  • Language
    JavaScript
  • License
    Other
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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