Skip to content

Example project - ToDo list with Typescript and React

Notifications You must be signed in to change notification settings

savo92/ws-typescript-react

Repository files navigation

ws-typescript-react

Setup

  1. Be sure you're using Node v12.x (Erbium) or just run nvm use if NVM is available.
  2. Run yarn install or npm install (depending on the package manager you prefer).

Commands

In case you prefer to use NPM, just replace yarn with npm run-script.

Start dev server

yarn start, then navigate to http://localhost:8080.

Build dev bundle

yarn build

Build Production bundle

yarn dist, then check the content of ./dist/.

Run linter

yarn lint

Format code

Using Prettier.
yarn prettify