Skip to content

fijter/roadmap-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Card style roadmap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%