Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlg404/omnistack10-web
DevRadar made for Omnistack 10 Week
https://github.com/mlg404/omnistack10-web
Last synced: 24 days ago
JSON representation
DevRadar made for Omnistack 10 Week
- Host: GitHub
- URL: https://github.com/mlg404/omnistack10-web
- Owner: mlg404
- License: mit
- Created: 2020-01-19T05:11:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:18:15.000Z (about 2 years ago)
- Last Synced: 2024-10-31T11:04:19.494Z (2 months ago)
- Language: JavaScript
- Homepage: https://devradar-omnistack10.netlify.com/
- Size: 4.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DevRadar Omnistack 10
A React app made for Omnistack Week 10 from Rocketseat
Technologies |
How To Use |
License
## :rocket: Technologies
This project was developed with the following technologies:
- [React JS](https://reactjs.org/)
- [Axios](https://github.com/axios/axios)
- [VS Code][vc] with [EditorConfig][vceditconfig] and [ESLint][vceslint]
## :information_source: How To UseTo clone and run this application, you'll need [Git](https://git-scm.com), [Node.js v13.0.1][nodejs] or higher + [Yarn v1.19.1][yarn] or higher installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/mlg404/omnistack10-web.git devRadar# Go into the repository
$ cd devRadar# Install dependencies
$ yarn install# Run the application
$ yarn start
```## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/mlg404/omnistack10-web/blob/master/LICENSE) for more information.---
Made with ♥ by Victor Eyer :wave: [Get in touch!](https://www.linkedin.com/in/victoreyer/)
[nodejs]: https://nodejs.org/
[yarn]: https://yarnpkg.com/
[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint