prismicio / universal-react-website

MIT License
25 stars 8 forks source link

Universal React Website with prismic.io (Depricated)

This example project is out of date and shouldn't be used as an example anymore. For the most up-to-date resources for Prismic, check out the Prismic documentation.

Getting started

To get started, clone this repository or download the project files.

Open your terminal (command prompt or similar on Windows) and run the following command to install the project dependencies:

npm install

Then your project should be ready to launch! Simply run the following command:

npm run start

This will compile the project and run the site on your local server. Point your browser to http://localhost:3000/ to see the website up and running.

Available commands

Available commands to run with npm run:

Project Files

Here is where you can find all the important files for this application:

License

This software is licensed under the Apache 2 license, quoted below.

Copyright 2017 Prismic.io (https://prismic.io/).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.