react-typescript-webpack
Seed for building React app using Typescript and Webpack build using FLUXless architecture
File Explorer
Download Latest Version (.zip)- architecture.jpg
- architecture.psd
- screenshot.png
- screenshot1.png
- index.html
- auth.component.tsx
- auth.app.service.ts
- auth.interceptor.ts
- auth.interface.ts
- auth.model.ts
- auth.service.ts
- loading.component.css
- loading.component.tsx
- loading.interceptor.ts
- observable-factory.ts
- todo.component.tsx
- todo.container.tsx
- todo.counter.tsx
- todo.item.tsx
- todo.list.tsx
- todo.interface.ts
- todo.model.ts
- todo.persistence-ls.ts
- todo.persistence.ts
- todo.service.ts
- index.html
- main.app.service.ts
- main.component.tsx
- main.css
- main.tsx
- auth0.d.ts
- auth0.lock.d.ts
- axios.d.ts
- bluebird.d.ts
- classnames.d.ts
- es6-promise.d.ts
- history.d.ts
- lodash.d.ts
- material-ui.d.ts
- react.d.ts
- react-bootstrap.d.ts
- react-dom.d.ts
- react-router.d.ts
- uuid.d.ts
- .gitignore
- .travis-deploy.sh
- .travis.yml
- LICENSE
- package.json
- README.md
- server.js
- tsconfig.json
- tslint.json
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/tomastrajan/react-typescript-webpack
Downloads the entire project code from GitHub to your computer.
cd react-typescript-webpack
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
