React, TypeScript, CSS, SASS, Style-Components (including types), and react-router-dom (and types)
Uses Webpack and transpiles with Babel. Runs using wepback-dev-server
Download or git clone https://github.com/willdvlpr/react-webpack-starter.git
mv ~/[path_to_react-webpack-starter]/ ~/[path_to_your-project-name]
(to use a starter for your own project)
cd [path_to_repo] && yarn
yarn start
The dev server runs on port 3001 and can be configured under devServer: { port: 3001 }
in webpack.config.js