Code Monkey home page Code Monkey logo

komenci's Introduction

komenci

Komenci is a React Starter Kit built with the mininum packages needed to build real world applications:

Features

Bellow are some of the main features available on the kit:

  • auto transpilation - Modern JS working on most modern browsers
  • auto compilation - Prepare your code for development and production automatically
  • hot reloading - See the changes at your browser as you edit your source files
  • sync browsers - Sync multiple browsers for visual test of your application look and behaviour
  • unit tests - Automatically run unit tests every time you save a file
  • code linting - Make sure your code is following a defined standard

Sample Application

To help you get started with React, this kit brings you a working example application with two main features:

  • Authentication - Login Form that will rely on a api call to log user in
  • Internationalization - Support multiple languages on your application

Because of the sample example the following packages are also included in the production code:

  • Promise (bluebird)
  • Internalionalization / Localization (intl - react-intl)
  • Cookies (js-cookie)

Installation

npm install komenci -g

Komenci was designed to work as a command line interface, and as such the recommended way is to install it globally so that the command it generates is available globally on your system.

Usage

komenci [app-name] [options]

Options

--path

By default komenci install the application inside the folder where the command was invoked, if you want to create the project in a different folder from where you invoke your command you can use the path option: e.g:

komenci sample-app --path=/projects
--remove

By default komenci comes with a sample app built with some functionality that is probably important for most applications, but if you want to start with the kit, but don't want the sample application you can use the remove option to:

  • remove the entire sample application (e.g komenci sample-app --remove=sample)
  • remove the authetication part of the sample application (e.g: komenci sample-app --remove=auth)
  • remove the internationalization part of the application (e.g: komenci sample-app --remove=l18n)

komenci's People

Contributors

marcos-abreu avatar

Watchers

 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.