Skip to content

This starter pack includes the following configuration: Typescript (JSX support), Express.js, React.js, Webpack.

Notifications You must be signed in to change notification settings

eugenehere/typescript-express-react-starter

Repository files navigation

typescript-express-react-starter

This starter pack includes the following configuration: Typescript (JSX support), Express.js, React.js, Webpack (to bundle all the client files into bundle.js file).

File structure

- build
    - typescript compiler output
- client
    - index.tsx
    - [react components, etc...]
- public
    - index.html
    - bundle.js
    - [static files, assets]
- src
    - index.ts
    - [ontrollers, models, etc...]

Install

npm install -g typescript

npm install

npm start

http://localhost:3000

About

This starter pack includes the following configuration: Typescript (JSX support), Express.js, React.js, Webpack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published