Skip to content

WinPooh32/react-semanticui-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-semanticui-starter

Webpack + ReactJS + TypeScript + SemanticUI starter project

Setup

Install dependencies:

npm install

Build project:

npm run build

Start webpack-dev-server with hot reloading:

npm run serve