Skip to content

tanmaybhatt/React-Typescript-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Typescript Boilerplate

This repository will help you get started with ReactJS in typescript. This boilerplate also has support for SASS/SCSS.

Getting Started

  • Install typescript, typings and webpack
$ npm install -g typescript typings webpack webpack-dev-server
  • Link typescript and webpack to package
$ npm link typescript
$ npm link webpack
  • Install npm packages and typings
$ npm install
$ typings install
  • After all previous steps are completed, run webpack-dev-server
$ webpack-dev-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published