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

https://github.com/icflorescu/quickstart-universal-react

Another universal React application quickstart. My contribution to the JS fatigue.
https://github.com/icflorescu/quickstart-universal-react

javascript quickstart react

Last synced: 10 months ago
JSON representation

Another universal React application quickstart. My contribution to the JS fatigue.

Awesome Lists containing this project

README

          

# Another Universal React Application Quickstart

![react-logo](https://cloud.githubusercontent.com/assets/581999/26373150/15bd4088-4009-11e7-88ce-7c0ce866ea3d.PNG)

## What's this

This is my own contribution to the [JS-fatigue](https://medium.com/@ericclemmons/javascript-fatigue-48d4011b6fc4).

## How to use

- Simply clone it and use it as a starting point for your application;
- Have a look at `scripts` in `package.json` to understand what's what;
- Make sure to update dependencies, they'll probably be outdated;
- Please don't ask for _pro-bono_ advice; there are many resources you can learn from. If you're just starting with JS or React, set your homepage to [this site](https://facebook.github.io/react/) and make sure to regularly check the available [udemy](https://www.udemy.com) and [egghead](https://egghead.io/) courses. They're very good.

## Credits

Based on an excellent [tutorial](https://github.com/verekia/js-stack-from-scratch) by [Jonathan Verrecchia](https://github.com/verekia).

## License

[ISC](https://github.com/nevir/readable-licenses/blob/master/markdown/ISC-LICENSE.md).