Skip to content

kintohub/react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KintoHub React Example

Overview

React is a JavaScript library for building user interfaces. It is the view layer for web applications.

Live Example

About KintoHub:

KintoHub aligns teams to ship & operate cloud native apps with ease. Learn More

Deployment

  1. Apply this template to your Github
  2. Connect your GithubApp to KintoHub.
  3. Create a Website Block on KintoHub and select the Repository you just generated on your account.
  4. Select Static from Build
  5. Set the name of your kinto block
  6. Choose Node.js as the language and 13.1-alpine as the version
  7. Set the Build Command as npm install && npm run build
  8. Set the Build Folder as /build

You're now good to go! Click Create Website and then on your Master branch click Build Latest Commit.

Once complete, Click Now click Add To Project. And now you're ready to go live Click Deploy and once done -> you can view your website by clicking Open

Installation & Local Run

# install dependencies
npm install

# run dev server with hot reload at localhost:3000
npm start

# build for production with minification
npm run build

For a detailed explanation on how things work, check out the guide.

Test

# run all tests
npm test

What's Next?

You can do a lot with KintoHub and your deployed application. Some helpful links for next steps that you may consider with this project.

Happy coding!