A simple web application to upload and download SVG files to and from an Express server, built using ReactJS frontend and Express-NodeJS server.
These instructions will help you set up the project on your local machine for development and testing.
Ensure you have the following installed:
- NodeJS
- Git
react-scripts
npm
oryarn
-
Clone the repository:
git clone https://github.com/semosem/file-uploader-downloader.git
-
Navigate into the client directory and install dependencies:
cd client npm install
Now the project is set up locally for development.
To start the server:
-
Navigate to the API directory and run:
cd api node server.js
-
In a separate terminal tab, navigate back to the client directory and start the React development server:
cd client npm start
- React - Frontend
- NodeJS - JavaScript runtime environment
- Express - Web application framework for NodeJS