https://github.com/mdjsn/latest-reactjs
https://github.com/mdjsn/latest-reactjs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdjsn/latest-reactjs
- Owner: mdjsn
- License: gpl-3.0
- Created: 2019-09-22T06:00:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:22:36.000Z (over 3 years ago)
- Last Synced: 2025-01-23T00:13:17.567Z (over 1 year ago)
- Language: JavaScript
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Latest React JS
Repo to handle the React JS talks by MDJSN
## About
This is a dummy boilerplate to be used by the team which includes the basic codebase linking the routes defined along with styled components
## Installation
**Clone the source locally:**
```
$ git clone https://github.com/mdjsn/latest-reactjs
$ cd latest-reactjs
```
**Install required node dependencies**
```
$ yarn
```
**Open in development mode:**
```
$ yarn start
```
**Open in production mode:**
```
$ yarn build && serve -s build
```
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request
## References
- Awesome React Talks
- MDJSN references
- Timestamp for react.amsterdam livestream
- React Rally
- Translating React
- 12 Tips for More Accessible React Apps
- Mind Reading with Intelligent & Adaptive UIs
## Licensing
The code in this project is licensed under GNU GPLv3 license.
