Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlsf82/hacker-stories
A project written in TypeScript, from the updated version of the book "The Road to Learn React", by Robin Wieruch.
https://github.com/wlsf82/hacker-stories
firebase react ts typescript
Last synced: 28 days ago
JSON representation
A project written in TypeScript, from the updated version of the book "The Road to Learn React", by Robin Wieruch.
- Host: GitHub
- URL: https://github.com/wlsf82/hacker-stories
- Owner: wlsf82
- Created: 2020-06-01T19:26:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:55:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T06:29:30.146Z (9 months ago)
- Topics: firebase, react, ts, typescript
- Language: TypeScript
- Homepage: https://wlsf82-hacker-stories.web.app
- Size: 5.11 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hacker-stories
Project from the updated version of the book "The Road to Learn React", by Robin Wieruch.
Use the following address to visit the application deployed to Firebase https://wlsf82-hacker-stories.web.app.
> This project was firstly writen in JavaScript, and it can be found through the following URL https://github.com/wlsf82/hackernews, with some differences here and there.
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
___
Made with ❤️ by [Walmyr Filho](https://walmyr.dev)