About This Project
This project will serve as an mvc boilerplate for react, this includes React Hooks, Context API, a reducer for CRUD actions which performs requests to https://jsonplaceholder.typicode.com which will response with an API which the components will store and render. Feel free to add in features, fix bugs and use it for your projects. This project was bootstrapped with Create React App.
How to use this project
In your Terminal,
npm install
to install all the dependencies, and configurations for this boilerplate.npm start
to start your application which will run your localhost in the port 3000 /http://localhost:3000.- Perform actions and add in your customizations to the app.
Available Scripts
In the project directory, you can run:
npm install
Installs all the dependencies and configurations to run the application once done, proceed to the next step
npm 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.
npm test
Launches the test runner in the interactive watch mode.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!