Skip to content
/ tsspa Public

A spa web template base in TypeScript + React + webpack

License

Notifications You must be signed in to change notification settings

Jandou6/tsspa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSSPA

Build Status GitHub license

TSSPA can generate SPA Web in Typescript + React + Webpack

中文说明

How to use

  1. get tsspa
npm install tsspa -g
  1. generate you project such as:
tsspa -i my_project
  1. you can see my_project had been created.Then you can:

    1. open the project that you created :
    open my_project
    1. use yarn or npm to install Dependencies.
    yarn install
    1. use webpack to start server for this project.
    yarn dev
    1. now you can open http://localhost:8080 in your browser.

TODO

  • clean all the warnings
  • add prod/dev config
  • add react-loadable
  • add command to generate view template.
  • build in CI.
  • 中文 Readme
  • publish in npm.
  • add e2e test.

License

MIT

Copyright (c) 2018-present, Jandou