Landy is an open-source React landing page template designed for developers and startups, who want to create a quick and professional landing page for their business or project.
I just created a project with your template, seems awesome, excited to explore it! :)
Just to point out that, at first run after install following your instructions on Readme, the package.json is missing 'react-router-dom' called in index.tsx.
Hi,
I just created a project with your template, seems awesome, excited to explore it! :)
Just to point out that, at first run after install following your instructions on Readme, the
package.json
is missing 'react-router-dom' called inindex.tsx
.I just
npm i react-router-dom
to correct it.Thanks for your project :)