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.
- Host: GitHub
- URL: https://github.com/icflorescu/quickstart-universal-react
- Owner: icflorescu
- Created: 2017-03-15T23:29:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T19:46:26.000Z (over 8 years ago)
- Last Synced: 2025-01-28T04:34:21.944Z (12 months ago)
- Topics: javascript, quickstart, react
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Another Universal React Application Quickstart

## 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).