Code Monkey home page Code Monkey logo

frontend-boilerplate's Introduction

Features

This boilerplate features all the latest tools and practices in the industry.

  • React.js - React 16, React Router 5
  • Redux.js - Redux saga, Redux immutable and Reselect
  • Babel - ES6, ESNext, Airbnb and React/Recommended config
  • Webpack - Webpack 4, Hot Reloading, Code Splitting, Optimized Prod Build and more
  • Test - Jest with Enzyme
  • Lint - ESlint
  • Styles - SCSS Styling
Here are a few highlights to look out for in this boilerplate

Instant feedback Enjoy the best DX (Developer eXperience) and code your app at the speed of thought! Your saved changes to the CSS and JS are reflected instantaneously without refreshing the page. Preserve application state even when you update something in the underlying code!

Next generation JavaScript Use template strings, object destructuring, arrow functions, JSX syntax and more, today.

Component Specific Styles Separate styles for each component. Style in the good old scss way but still keep it abstracted for each component.

Industry-standard routing It's natural to want to add pages (e.g. /about) to your application, and routing makes this possible.

Predictable state management Unidirectional data flow allows for change logging and time travel debugging.

SEO We support SEO (document head tags management) for search engines that support indexing of JavaScript content. (eg. Google)

But wait... there's more!
  • The best test setup: Automatically guarantee code quality and non-breaking changes. (Seen a react app with 99% test coverage before?)
  • The fastest fonts: Say goodbye to vacant text.
  • Stay fast: Profile your app's performance from the comfort of your command line!
  • Catch problems: TravisCI setup included by default, so your tests get run automatically on each code push.

Quick start

  1. Run yarn or npm install to install dependencies.
  2. Run npm start to see the example app at http://localhost:3000.

Now you're ready build your beautiful React Application!

License

MIT license, Copyright (c) 2018 Digitalya OPS

frontend-boilerplate's People

Contributors

arwwwind avatar arvindnarayancognitive avatar

Watchers

James Cloos 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.