Skip to content

Meu próprio template de ambiente de desenvolvimento ReactJS. Através do Create React App, customizei elementos para agilizar e otimizar o desenvolvimento de meus futuros projetos.

License

Notifications You must be signed in to change notification settings

rafacoelho4/cra-template-rafa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rafa

🚀 The Project

A development environment of a ReactJS application based on Create React App.

Includes:

README.md
package.json
.gitignore
public/
  index.html
  manifest.json
  icon/
src/
  index.js
  index.css
  App.js
  Routes.js
  Home.js
  Home.css
  lamp.png

🕹 Using the template

To create a React application using this template, run the following command on the terminal:

npx create-react-app myapp --template rafa

or

yarn create react-app myapp --template rafa

⚡ Dependencies

The following packages will be downloaded alongside the project:

  • react
  • react-dom
  • react-scripts
  • react-router-dom

💻 Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open 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.

🧠 Learn more

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

☁ Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment


Made with ❤ by Rafael Coelho Monte Alto

About

Meu próprio template de ambiente de desenvolvimento ReactJS. Através do Create React App, customizei elementos para agilizar e otimizar o desenvolvimento de meus futuros projetos.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published