Here's how to get started:
To run this application , you need to have the following installed in your device
- nodejs
- yarn
Follow the steps below to run the application locally
-
First, unzip the Elastic-Team-ReactJS-Challenge-Blog-Editor-Component-NelsonFrank.zip
-
Change directory
cd blog-editor-component
- Install depencenies
yarn install
- Then start server
yarn run dev
There are many way to deploy react up, today we are going to use netlify to deploy our react application
Follow the following steps to deploy
-
Ensure that you have a React app ready for deployment. Build the app by running
yarn build
in the root directory of your project. -
Sign up or log in to your Netlify account at netlify.com.
-
Once logged in, click on the "New site" button on the Netlify dashboard.
-
Choose the option "Drag and Drop your site folder" and select the build folder of your React app. This is typically the build/ folder generated by running the build command.
-
Netlify will start the deployment process and provide you with a unique subdomain for your app (e.g., https://your-app-name.netlify.app). You can change this subdomain to a custom domain later if needed.
6.After the deployment is complete, test your deployed React app by opening the provided URL in a web browser. Make sure everything works as expected.
- Reactjs
- Typescript
- Tailwindcss
- CSS
- Vite
- Nelson Frank - nelsonfrank
This project is licensed under the MIT License - see the MIT License for details