https://github.com/cham11ng/lets-react
Simple blog like Application built in React.js
https://github.com/cham11ng/lets-react
Last synced: about 1 year ago
JSON representation
Simple blog like Application built in React.js
- Host: GitHub
- URL: https://github.com/cham11ng/lets-react
- Owner: cham11ng
- Created: 2017-12-15T09:08:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T18:19:44.000Z (over 8 years ago)
- Last Synced: 2025-02-10T15:15:11.056Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://cham11ng.github.io/lets-react
- Size: 303 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lets react
[](https://travis-ci.org/cham11ng/lets-react)
Simple blog like application in [reactjs.js](http://reactjs.com/)
---
## Prerequisite
* [Node.js](https://yarnpkg.com/en/docs/install) - 8.9.2 or above
* [Yarn](https://yarnpkg.com/en/docs/install) - 1.3.2 or above
* [NPM](https://docs.npmjs.com/getting-started/installing-node) - 5.6.0 or above
## Setup
Clone the repository, install the dependencies and get started right away.
$ git clone git@github.com:cham11ng/lets-react.git
$ cd
$ yarn
Finally, start the application.
$ yarn start
It will auto-navigate react application to http://localhost:8000/.
## Contributing
For contribution and feature requests, please create an [issue](https://github.com/cham11ng/lets-react/issues) first.
## License
lets-react is under [MIT License](LICENSE).