0.2.4 • Published 3 years ago

cra-template-rafa v0.2.4

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

🚀 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