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
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
The following packages will be downloaded alongside the project:
- react
- react-dom
- react-scripts
- react-router-dom
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.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
Made with ❤ by Rafael Coelho Monte Alto