Skip to content

A React-based single-page website template. Create your react website in just 2 minutes!

Notifications You must be signed in to change notification settings

thisissandip/easypay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easypay

Easypay is React-based single page website template. Create your React website in just 2 minutes!
No need to code anything! Just add your custom website content to websitedata.js file and build.
Congratulations you have created your website in React in just 2 mintues!

🧰  Built with

🚀  Development setup

Prerequisites

The following software is required to be installed on your system:

  • Node 8.x
  • Npm 3.x

Type the following commands in the terminal to verify your node and npm versions

node -v
npm -v

Installation

  1. Clone the repository
git clone https://github.com/thisissandip/what-should-i-watch-next.git
  1. Install dependencies
npm install
  1. Start local development server
npm start
  1. Edit websitedata.js file. ( Note: Don't edit the id property in websitedata.js )

  2. Build your website

npm run build

Congratulations you have created your website in React without coding!

🤝  Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request