An open API service indexing awesome lists of open source software.

https://github.com/mdjsn/latest-reactjs


https://github.com/mdjsn/latest-reactjs

Last synced: over 1 year ago
JSON representation

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.