TypeScript React Webpack Template

Requirements

The minimum requirements by this application are:

Development Environment

Make sure you have the Node.js V8 installed.

First ensure Webpack is installed globally.

npm install -g webpack

Clone the project:

git clone https://github.com/its404/mui-ts-react-todo.git

Install dependencies:

npm install

Start server:

npm start

It will open http://localhost:8000 automactically.

Available Commands

npm start - start the dev server

npm run lint-fix - Try to fix linting errors automatically