cra-template-reactjs-basic
v1.1.3
Published
The reactjs-basic template for Create React App.
Downloads
2
Maintainers
Readme
Getting Started with reactjs-basic template of Create React App
This project was created with reactjs-basic template of create-react-app
.
Your React project will lint and format automatically according to popular airbnb style guide. To do this use ctrl+s
or cmd+s
How use this template?
To use this template, add --template reactjs-basic
when creating a new app.
For example:
npx create-react-app my-app --template reactjs-basic
# or
yarn create react-app my-app --template reactjs-basic
How to run (recommended)
Please follow the below instructions to run this project in your computer:
Go to the inside of the project directory
cd my-app
Config vscode for best user experience and best practice
npm run cfg or yarn cfg
Run project
npm run start (It will open default port 3000) or npm run dev (It will open port 1234)
If you want you can also use yarn (yarn dev / yarn start)
Note: you can also change the port from
package.json -> script -> dev
sectionYour app should be available in
- http://localhost:3000
(if you use yarn start)
- http://localhost:1234
(if you use yarn dev)
- http://localhost:3000
Set Line Breaks
Make sure in your VS Code Editor, "LF" is selected as line feed instead of CRLF (Carriage return and line feed). To do that, just click LF/CRLF in bottom right corner of editor, click it and change it to "LF". If you don't do that, you will get errors in this setup.
Authors
See also the list of contributors who participated in this project.