/mui-examples

Primary LanguageTypeScript

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:

Note: replace folder_name to your real project name.

git clone https://github.com/its404/ts-react-webpack.git folder_name

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