1.0.21 • Published 3 years ago

reactive-site-creator v1.0.21

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

NPM Package License: CC BY 4.0

Reactive-Site-Creator

A website creator for React.

  • WYSIWYG: a What You See Is What You Get website creator.
  • Works for static website: can be configured for GitHub pages or other static hosting sites.
  • Customizable: you can add your own custom css styles and components
  • Open Source-ish: use it for personal use or contact me at JadonDErwin@gmail.com for commercial use. I would make it completely open-source but then the large website creating corperations could "borrow" this code base

Try Before Downloading

A live demo is available for testing.

Installation and Usage

Installation is easy. First we'll create a react app and then install the reactive-site-creator package.

Create a React App

First you will to create a react app. To do this make sure you have node.js installed. Then open a terminal and copy and paste the following one line at a time:

npx create-react-app my-new-website

Install Reactive-Site-Creator

To install this package change your directory to the react application's directory

cd my-new-website

Now run

npm install reactive-site-creator

Import and Use the Website Component

Open up your favorite code editor to your new website's directory. Open up App.js In the /src directory and replace the code the with following:

import Website from "reactive-site-creator/dist/components/Website";

function App() {
  return <Website siteName={"My New Website"} isAdmin={true} />;
}

export default App;

Run the website

npm start

License

Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) © Jadon D Erwin 2022

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.15

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

0.1.41

3 years ago

0.1.42

3 years ago

0.1.40

3 years ago

0.1.2

3 years ago

0.1.38

3 years ago

0.1.8

3 years ago

0.1.39

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.30

3 years ago

0.1.31

3 years ago

0.1.32

3 years ago

0.1.33

3 years ago

0.1.34

3 years ago

0.1.35

3 years ago

0.1.36

3 years ago

0.1.37

3 years ago

0.1.27

3 years ago

0.1.28

3 years ago

0.1.29

3 years ago

0.1.20

3 years ago

0.1.21

3 years ago

0.1.22

3 years ago

0.1.23

3 years ago

0.1.24

3 years ago

0.1.25

3 years ago

0.1.26

3 years ago

1.0.11

3 years ago

0.1.16

3 years ago

1.0.10

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.19

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago