Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prismicio/interactive-console
https://github.com/prismicio/interactive-console
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prismicio/interactive-console
- Owner: prismicio
- Created: 2016-07-04T09:41:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T18:49:05.000Z (over 8 years ago)
- Last Synced: 2024-12-22T10:35:13.802Z (22 days ago)
- Language: TypeScript
- Size: 222 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP prismic react
This is a simple [React](https://facebook.github.io/react/), [Webpack](http://webpack.github.io/) and [Babel](https://babeljs.io/) application with [Prismic.io](https://prismic.io/) integration.
### What's in it?
Just a simple [index.jsx](./index.jsx), [webpack.config.js](./webpack.config.js) and [index.html](./public/index.html) file.
### To run
Install webpack and the development server:
```
> $ npm i webpack-dev-server webpack -g
```You can simply run webpack build using this command:
```
> $ npm run build
```If you want to run with webpack-dev-server simply run this command:
```
> $ npm run dev
```Open the web browser to `http://localhost:8080/`
Please contribute to the project if you think this can be done better in anyway even for this README :)