Skip to content
 
 

Latest commit

 

History

286 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript/React/Redux Starter

This is the initial version of our starter project using React, TypeScript and Webpack to tie it all together.

npm scripts

Set up

$ npm install

$ cd client
$ npm install

$ cd ../server
$ npm install

Dev

client

$ cd client
$ npm run server:dev

Open http://localhost:8080 in your browser.

server

$ cd server
$ npm run server:dev

Open http://localhost:3000 in your browser.

Tests

Client tests

Single Run
$ cd client
$ npm run test
Watch Files
$ cd client
$ npm run test:watch
Coverage (TODO)
$ cd client
$ npm run cover

Server tests

Production

Run npm Scripts

npm install
npm start

This runs a production-ready express server that serves up a bundled and minified version of the client.

Open http://localhost:8080 in your browser.

License

Copyright (c) 2016 rangle.io

MIT License

About

Typescript, React, Redux, Webpack starter kit

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages