mirror of
https://github.com/mgerb/react-starter
synced 2026-01-10 09:02:49 +00:00
23 lines
588 B
Markdown
23 lines
588 B
Markdown
# Starter project for React
|
|
A simplified starter project for react/typescript.
|
|
|
|
- [Typescript](https://www.typescriptlang.org/)
|
|
- [React 16](https://reactjs.org/)
|
|
- [React Router 4](https://reacttraining.com/react-router/)
|
|
- [Webpack 4](https://webpack.js.org/)
|
|
- [open-color](https://yeun.github.io/open-color/)
|
|
|
|
## Commands
|
|
- npm install
|
|
- npm start
|
|
|
|
http://localhost:8080
|
|
|
|
### TODO:
|
|
Fix extract-text-webpack-plugin. Currently getting an error due to the webpack 4 upgrade.
|
|
Everything still seems fine though.
|
|
|
|
```
|
|
Entrypoint undefined = extract-text-webpack-plugin-output-filename
|
|
```
|