1.0.3 • Published 6 years ago

create-sp2013-react-mobx-app v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

create-sp2013-react-mobx-app

Opinionated SharePoint 2013 starter kit for modern client-side Javascript development. This project extends Facebooks create-react-app, but adds SharePoint 2013 specific modules.

Getting Started

Install globally.

npm install --global create-sp2013-react-mobx-app

or

yarn add --global create-sp2013-react-mobx-app

Once installed, use the cli to create a new project.

create-sp-2013-react-mobx-app my-new-project-name
npm run proxy

then, answer the interactive questions to configure the proxy connection to your SharePoint site. Ctrl-c to end task.

  • Execute
npm run dev 

(uses concurrently), to start the proxy and dev server simultaneously

  • Develop interactively, with real SharePoint data. Enjoy!

Prerequisites

Requires Node.js It's very helpful if you have access to SharePoint 2013, since this is a SharePoint development starter kit. Although the generated project will work with SharePoint 2016, it is not optimized for SharePoint 2016 or Online. Please see my other starter kits for those platforms.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Special thanks to Andrew Koltyakov.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1-security

6 years ago