This project was started with Create React App. I have been made some changes for start a new project, also I made three versions, one with react-redux
in other branch, you can see here, other with context-api
in other branch, you can see here and other with context-api-hooks
in other branch, you can see here.
NodeJS >= 10.17
Yarn >= 1.21
Clone the project.
$ git clone [email protected]:edumoreira1506/reactjs-base.git
$ cd reactjs-base
Copy the contents of the .env.example
to .env
then change with the credentials of your local environment.
$ cp .env.example .env
Install all packages.
$ yarn
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.