Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Boilerplate for React project with Typescript, ES6 compilation and hot code reloading working well with VScode

License

Notifications You must be signed in to change notification settings

theodesp/react-typescript-boilerplate-vscode

Repository files navigation

react-typescript-boilerplate-vscode

The minimal dev environment to enable live-editing Typescript React components in Visual Studio Code.

Usage

npm install

Press F5 in vscode to start debugging

Now edit src/containers/app.tsx. Your changes will appear without reloading the browser

Running production server

npm start

Visit http://localhost:5000/.

Note: This will run the pre-built JavaScript files, if you want to play around with the source you need to run the development server with webpack dev server (See below).


Running development server

Run webpack dev server (for assets):

npm run start:dev

Visit http://localhost:5000/.

Testing

To run tests, use:

npm test

License

MIT

About

Boilerplate for React project with Typescript, ES6 compilation and hot code reloading working well with VScode

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages