Code Monkey home page Code Monkey logo

minimal-react's Introduction

Minimal React

npm version

A command line tool to create a minimal react web application.

Minimal React is a tool just like Create React App but just simpler and with more control over your package.json and webpack configuration files.

  • It is a boilerplate to create a simple React application setup.
  • It is quick and smaller in size compared to Create React App.
  • It is a starter kit that builds you a minimal React app with bare minimum configuration that just works.

Did Minimal React help you create your project? Consider buying me a coffee!
Buy Me A Coffee

Usage

  • Install minimal-react
npm install -g minimal-react
  • Create app
minimal-react my-simple-react-example
  • Change directory
cd my-simple-react-example
  • Start development server
npm run dev

Production build

  • Create production bundle
npm run build
  • Change script src in ./index.html (line 13) to point to output bundle
<script src="./output/bundle.min.js" type="text/javascript"></script>

Size

Production build: 98 kb

Release notes

v1.0.4 - Updated README to include SEO friendly keywords

v1.0.3 - Added project-name validation checks

  • project-name should now follow NPM naming convention
  • project-name should not be same as an existing directory at that location

v1.0.2 - Added README

  • Added README file for npmjs.com

v1.0.1 - Minor bug fix

  • Fixed async function related minor bug

v1.0.0 - Initial release

  • Use minimal-react my-simple-react-example to create a minimal react application.

minimal-react's People

Contributors

prajapati-parth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

6026

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.