Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 767 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 767 Bytes

Roadmap

This is the repository for Roadmap with cards using React.

Running the application

To build the application, follow these steps:

1. Install Node.JS

First you need to install Node.JS if you haven’t done that already.

2. Install dependencies

Now we need to install dependencies. Do this by running:

npm install

3. Run the website

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.

4. Make adjustments

  • 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