Skip to content

examplist/React-without-toolchain

Repository files navigation

React without Toolchain

Introduction

I used React without toolchains such as 'Create React App'.

Tools

for bundling: webpack

for transpiling React and TypeScript: Babel

How to Build

Please run this command.

$ npx webpack

After that, please open |public/index.html|.

The result is this.

result

Dev Server

Please run this command,

$ npx webpack serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published