A list of awesome landing pages made during my study that you can use for inspiration:
Construction - A modern landing page for an Building Company, featuring a clean design, vibrant colors.
To run this application in your machine, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Edlavio/awesome-landing-pages
$ cd [project name]
And after you will run:
# Install dependencies
$ npm install
# Run the app
$ npm run dev