Skip to content

cplrossi/react-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Tutorial

This is a (bit type annotated) standalone version for the React Framework Tutorial: Tic-Tac-Toe.

It uses Webpack, TypeScript and Babel. After a build, the file index.html sources the file dist/bundle.js; that's all.

Build

To build this web app, cd into the project root and run:

npm i && npm run build

If you want to preview this app, run:

npm run preview