its404 / mui-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 82.8%Language:JavaScript 16.1%Language:HTML 0.8%Language:CSS 0.3%