Folder/Files
|
Contents
|
---|---|
doc
|
Project documents
|
node_modules
|
npm dependency package folder
|
public
|
Static files that can be referenced from the application
|
src
|
Source code:
The entry points are at: /public/index.html and /src/index.tsx
/src/history.ts is used for react-router
/src/reducer.tsx contains the root reducer of redux
/src/stroe.tsx contains the initial store of redux
|
package.json
|
npm configuration file
|
tsconfig.json
|
TypeScript configuration file
|
tslint.json
|
TypeScript validate tools configuration file
|
README.md
|
Help information about this application
|