Giter Club home page Giter Club logo

react-oldschool's Introduction

Old School React Boilerplate

This is a lightweight, old-school React boilerplate without Webpack, great for rapid prototyping and designing in the browser.

What's Included

This is an old-school project set up without any project bundler. Everything is automatically loaded in the index file, without any module loader, which is great for rapid prototyping and designing in the browser. The following is provided:

  • Automatic JSX transformation to JS (no compilation to ES5 or below)
  • Automatic CSS injection with browser-refresh, great for designing in the browser
  • Dev server automatically loading CSS and JavaScript files from src into the index file with old-school link or script tags

Usage

  • yarn install
  • yarn run dev
  • Open http://localhost:8080 to view the page.

Any JavaScript or CSS file added in the src directory will be automatically loaded in the index file.

Build (experimental)

Run yarn run build to build the app. The artifacts will be placed in the dist folder.

Note

You can configure the dev server using the config file in config.json.

Development

All the dev scripts are in the tasks folder. To run the tests for the scripts, run the following:

npx tape 'tasks/**/*.test.js'

react-oldschool's People

Watchers

James Cloos avatar AJ Meyghani 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.