Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anabartos/todo_list-with-fetch
https://github.com/anabartos/todo_list-with-fetch
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anabartos/todo_list-with-fetch
- Owner: anabartos
- Created: 2022-07-11T13:48:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T09:45:21.000Z (over 2 years ago)
- Last Synced: 2023-03-06T08:26:50.355Z (almost 2 years ago)
- Language: JavaScript
- Size: 899 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Hello World with React boilerplate
This template is similar to create-react-app but it's meant for 4Geeks Academy students.
##### Download the boilerplate using git
```
$ git clone https://github.com/4GeeksAcademy/react-hello.git
$ cd react-hello
```##### and install the npm package:
```
$ npm install
```## Start coding!
For Windows, Mac, Linux or Gitpod, start the webpack server with live reload:
- `$ npm run start`You can update the `styles/index.css` or `js/index.js` depending on your needs.
Add more files into your, `./src/js/components` or styles folder as you need them.## Publish your website!
This boilerplate is 100% compatible with the free [github pages](https://pages.github.com/) and [vercel](https://vercel.com/) hosting.
It takes just 2 minutes to deploy, [click here to start the process](https://github.com/4GeeksAcademy/react-hello/blob/master/docs/DEPLOY.md).
## Other features
- Automatic Code Formatting: Use of [Prettier](https://prettier.io/) for automatic code indentation and formatting.
- Error reporting: Use of [eslint](https://eslint.org/) for better error reporting.
- Hot Deploy: Use of [Webpack Development Server](https://webpack.js.org/configuration/dev-server/) for hot deploy and live reload.
- One-command publish of the code to github pages with `npm run deploy:github`.
- Babel 7 (really fast).