- This repository contains the directory structure and the configurations required for starting a react based project.
- Node.js and npm
- Typings:
npm install typings --global - Webpack :
npm install webpack -g
- Install node modules:
npm install
- Install typings:
typings install
- Start the server:
npm run start:dev
- Open http://localhost:8080 in your browser. If the
Successtext is displayed, your setup is complete