/ts-reactjs-bootstrapper

TypeScript + ReactJS bootstrapper project

Primary LanguageJavaScriptMIT LicenseMIT

TS + ReactJS Bootstrapper

TypeScript + ReactJS bootstrapper project

Installing Dependencies

In order to build, you need to have Node.js 4.x and git 2.x.

For Windows you have to download and install Git for Windows and Node.js and Visual C++ Build Tools.

Mac OS users should install Homebrew. Once Homebrew is installed, run brew install git to install git, and brew install node to install Node.js.

Linux users can use the distributions provided by NodeSource or their package managers to install git and nodejs.

Build

Clone a copy of the repository by running

git clone https://github.com/ricardomomm/ts-reactjs-bootstrapper.git

Enter the repository directory

cd ts-reactjs-bootstrapper

Install project dependecies

npm install

Run the build script:

npm run build

Test

After completing the step above you just need to run the test script:

npm run test

Other Scripts

Running Lint:

npm run lint

Serving the application:

npm run start