Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladkalachev/react-lavrik
react course
https://github.com/vladkalachev/react-lavrik
npm react reactjs wabpack
Last synced: 1 day ago
JSON representation
react course
- Host: GitHub
- URL: https://github.com/vladkalachev/react-lavrik
- Owner: VladKalachev
- Created: 2020-04-30T10:30:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:40:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T03:02:08.837Z (over 1 year ago)
- Topics: npm, react, reactjs, wabpack
- Language: JavaScript
- Homepage:
- Size: 978 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Shope
React course
## ✨ Dependency
bootstrap: "^4.4.1",
mobx: "^5.15.4",
mobx-react: "^6.2.2",
prop-types: "^15.7.2",
react: "^16.13.1",
react-bootstrap: "^1.0.1",
react-dom: "^16.13.1",
react-router-dom: "^5.1.2"## 📦 Install
```bash
npm install
``````bash
yarn add
```## 🔨 Start and Build
```bash
npm run dev
``````bash
npm run build
```