Code Monkey home page Code Monkey logo

react-webpack-typescript-2022's Introduction

React Webpack Typescript - Boilerplate (2021)

Minimal boilerplate for writing Web Applications using React, Webpack & TypeScript. This project makes use of latest packages like react, typescript & webpack to serve the best environment for development.

Screenshot


Core Features

  • โš›๏ธ React
  • ๐ŸŒ€ TypeScript
  • ๐Ÿ›ถ LESS Loader
  • ๐ŸŽจ CSS Loader
  • ๐Ÿ“ธ Image Loader
  • ๐Ÿ†Ž Font Loader
  • ๐Ÿงน ESLint
  • ๐Ÿ”ฑ Webpack & Configuration
  • ๐Ÿงฉ Aliases for project paths
  • ๐Ÿ”ฅ Hot Module Replacement (Live Reload)

Installation

To install this boilerplate you need to run following commands

Clone the repository on your hard drive :

git clone https://github.com/codesbiome/react-webpack-typescript-2021

cd react-webpack-typescript-2021

Install dependencies using Yarn or NPM :

yarn install

Start : Development

To develop and run your web application, you need to run following command :

yarn start

Lint : Development

To lint application source code using ESLint via this command :

yarn lint

Build : Production

Distribution files output will be generated in dist/ directory by default.

To build the production ready files for distribution, use the following command :

yarn build

Webpack Configurations

To make it easier for managing environment based webpack configurations, we using separated development and production configuration files, they are available in :

tools/webpack/webpack.config.dev.js
tools/webpack/webpack.config.prod.js

For further information, you can visit Webpack Configuration

react-webpack-typescript-2022's People

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.