Hoaxify: Basic Social Sharing Platform - The learning project using Spring and React (Instructor: Başar Büyükkahraman) Backend + Frontend
Course Link: https://www.udemy.com/course/spring-ve-react-ile-web-uygulamas-gelistirmek/
Download the project and extract it from the zip file. Import the ws folder from your editor. After the dependencies are finished installing, you can run WsAplication.
Download the project and extract it from the zip file.
- Make sure you have installed NodeJs allready. If not, please download and install from NodeJs Official Page.
- Open Terminal and go to the folder where your project is located. Locate in the frontend folder. (Or open the frontend folder in your IDE)
- Run in terminal (or IDE terminal):
npm install
to install the dependencies. - Run
npm start
to run project.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The app will automatically reload if you change any of the source files..
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.
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!
See the section about deployment for more information.