TSSPA can generate SPA Web in Typescript + React + Webpack
- get tsspa
npm install tsspa -g
- generate you project such as:
tsspa -i my_project
-
you can see
my_project
had been created.Then you can:- open the project that you created :
open my_project
- use
yarn
ornpm
to install Dependencies.
yarn install
- use webpack to start server for this project.
yarn dev
- now you can open http://localhost:8080 in your browser.
- 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.
Copyright (c) 2018-present, Jandou