Skip to content

andyfitz/make-lendlease-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make Hello World Starter Template (React)

This project was bootstrapped with Create React App.

Looking for a different language?

make starter template

Development server

Install all necessary dependencies yarn install

Run yarn start for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Building for Make

Run yarn build to build the project with correct resource pathing for the sake of deploying to make.

The build artifacts will be stored in the /build directory.

Importing into Make

When importing into Make be sure to import from the /build folder.

The following data inputs are available as well.

  • headline: string
  • backgroundImage: string (public URL)
  • showLogos: boolean

Support

Here are some helpful links to get you started

About

Make Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.0%
  • JavaScript 31.2%
  • CSS 23.8%