1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-10 09:02:49 +00:00
This commit is contained in:
2018-01-03 22:36:25 +01:00
parent ff21d15083
commit f4b5cd04a5
12 changed files with 787 additions and 541 deletions

View File

@@ -1,17 +1,17 @@
# Starter project for React
- Typescript
- React 16
- React Router 4
- Webpack 3
- Yarn
Install yarn
https://yarnpkg.com/lang/en/docs/install/
- [Typescript](https://www.typescriptlang.org/)
- [React 16](https://reactjs.org/)
- [React Router 4](https://reacttraining.com/react-router/)
- [Webpack 3](https://webpack.js.org/)
- [Yarn](https://yarnpkg.com/lang/en/docs/install/)
## Commands
- yarn install
- yarn run dev
- yarn start
http://localhost:8080
## Note
There is currently a bug with yarn not updating package.json when upgrading packages.
[See more here](https://github.com/yarnpkg/yarn/issues/2042#issuecomment-269601927).
I added the `update-latest` script in package.json for a temporary fix.