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!
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
- Clone the repository
git clone https://github.com/thisissandip/what-should-i-watch-next.git
- Install dependencies
npm install
- Start local development server
npm start
-
Edit websitedata.js file. ( Note: Don't edit the
id
property in websitedata.js ) -
Build your website
npm run build
Congratulations you have created your website in React without coding!
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request