GithubHelp home page GithubHelp logo

paulsojan / neeto-ui-challenge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bigbinary/wheel

0.0 0.0 0.0 2.81 MB

Don't reinvent the wheel for every new Rails project. Use sane Defaults.

Home Page: https://wheel-production.herokuapp.com/

Shell 2.28% JavaScript 43.50% Ruby 46.16% HTML 7.27% SCSS 0.34% Slim 0.37% Procfile 0.08%

neeto-ui-challenge's Introduction

Build Status

Made by the team at BigBinary, this is a base project to quickly spin up a Rails application built with opinions of BigBinary style of working.

Local Development Setup

Clone this repo by running git clone https://github.com/bigbinary/wheel.git.

Install the Node.js version v16.5 which we have specified inside the .node-version file.

nvm install

Make sure that yarn is installed with it as well.

./bin/setup

Start the server by executing following command.

bundle exec rails server

Visit http://localhost:3000 and login with email [email protected] and password welcome.

Using docker for development

Follow the instructions mentioned here to use docker for development.

Replace Wheel with your project name

Let's say that the project name is Pump. Execute the command below to replace all occurrences of Wheel with Pump.

perl -pi -w -e 's/Wheel/Pump/g;' $(git ls-files)
perl -pi -w -e 's/wheel/Pump/g;' $(git ls-files)

Features

  • Uses Tailwind CSS.
  • rake setup to set sensible sample data including user [email protected] with password welcome.
  • Uses devise.
  • Heroku ready. Push to Heroku and it will work.
  • Uses Honeybadger.
  • Uses slim for cleaner syntax over erb and better performance over haml.
  • Uses ActiveAdmin.
  • Uses Sidekiq.
  • Intercepts all outgoing emails in non production environment using gem mail_interceptor.
  • Uses SemaphoreCI for continuous testing.
  • Uses PostgreSQL.
  • Content compression via Rack::Deflater.
  • Auto-formats Ruby code with rubocop.
  • Auto-formats JavaScript and CSS code with prettier.
  • Performs background job processing "inline" for heroku env. It means heroku can deliver emails.
  • Letter opener gem for development.

Heroku Review

Heroku Review is enabled on this application. It means when a PR is sent then Heroku automatically deploys an application for that branch.

About BigBinary

BigBinary

wheel is maintained by BigBinary. BigBinary is a software consultancy company. We build web and mobile applications using Ruby on Rails, React.js, React Native and Node.js.

neeto-ui-challenge's People

Contributors

neerajsingh0101 avatar vipulnsward avatar prathamesh-sonpatki avatar vinay0x avatar yedhink avatar prasannams97 avatar dependabot-preview[bot] avatar dependabot[bot] avatar sandip-mane avatar akhil-gautam avatar chiraggshah avatar ashiksp avatar datt avatar paulsojan avatar goutham-subramanyam avatar sharang-d avatar rahulmahale avatar edwinbbu avatar ghousemohamed avatar rishimohan avatar rkr090 avatar hari816 avatar nitinprojects avatar unnitallman avatar apoorvo avatar rishabhanand12 avatar srijan-kapoor avatar rohann7 avatar srih4ri avatar ershad avatar

neeto-ui-challenge's Issues

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.