The minimum requirements by this application are:
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.
npm start
- start the dev server
npm run lint-fix
- Try to fix linting errors automatically