Skip to content

ltaylor22/To-do-list

Repository files navigation

Hello World with React boilerplate

Start coding a react application

If you are working locally instead of using codespaces or gitpod, please follow [local installation steps].(#local-installation) and come back to this part of the readme.

How to start coding?

  • Install the packages with $ yarn.
  • Run the webpack server with $ yarn dev

You can update the src/styles/globals.css or src/pages/index.js depending on your needs. Add more files into your, src/components or styles folder as you need them.

Local Installation (skip if you are working on codespaces or gitpod)

Download the boilerplate using git

$ git clone https://github.com/4GeeksAcademy/react-hello.git
$ cd react-hello

Publish your website!

This boilerplate is 100% compatible with the free github pages and vercel hosting.

It takes just 2 minutes to deploy, click here to start the process.

Other features

  • Automatic Code Formatting: Use of Prettier for automatic code indentation and formatting.
  • Error reporting: Use of eslint for better error reporting.
  • Hot Deploy: Use of Webpack Development 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).

Contributors

This template was built as part of the Full Stack Developer course at 4Geeks Academy Coding Bootcamp by Ernesto Freyre

You can find other templates and resources like this at the school github page.

About

To-Do List that allows users to add and delete tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published