Skip to content

valoricDe/typescript-react-mobx-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

TypeScript react-mobx boilerplate

Pic Simple boilerplate for single page applications.


Installation

You should have git, node and npm.

Fork this repository, and run:

git clone https://github.com/<account>/typescript-react-mobx-boilerplate.git

where <account> is your github username.

Install global packages:

npm i -g webpack stylelint eslint eslint-plugin-node jest-cli tslint typescript@2.0.3

Go to dir:

cd typescript-react-mobx-boilerplate/

Install dependencies:

npm i

Edit misc/settings.js as you need.


Using

Run server:

npm start

Note: you can use npm run server

Production build:

npm run build

Delete build folder:

npm run clean

Run tests:

npm test

Lint project:

npm run lint

Note: you can use npm run lint:scripts and npm run lint:styles

About

TypeScript react-mobx boilerplate 🔥

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published