This is the repository for Roadmap with cards using React.
To build the application, follow these steps:
First you need to install Node.JS if you haven’t done that already.
Now we need to install dependencies. Do this by running:
npm install
When the npm install is done, you can start the website application by running:
npm run react-dev
npm run server-dev
After the command finished to load, open http://localhost:8080
in a browser.
- Add your own SVGs under dist/svgs and simply add them inside src/Components/App.jsx
- Adjust colors and other properties under dist/style.css