GithubHelp home page GithubHelp logo

webpack-typescript-boilerplate's Introduction

webpack-typescrpit-boilerplate

Typescript is supported, but you can use javascript as well.

about

This boilerplate contains configurations of all necessary tools for convenient development:

  • webpack builds configuration

    • production
    • development
  • linting and appearance

    • eslint
    • prettier
    • .editorconfig file
  • pre-commit scripts

    • husky
    • lint-staged

starting

  1. git clone https://github.com/Super-Cereal/webpack-typescript-boilerplate.git

  2. npm ci

  3. npm start for development or npm run build for production build

features

  • You can use "@" as path to "src" folder, it means @/index.js == /src/index.js

  • You can use .scss files and .module styles

with ReactJS

This boilerplate already supports JSX syntax. All you need is

  1. npm install react react-dom
  2. Using typescript npm install -D @types/react @types/react-dom

Now you can create index.jsx file like this:

import React from 'react';
import ReactDOM from 'react-dom';

import App from 'App';

ReactDOM.render(<App />, document.getElementById('root'));

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.